diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-11 23:03:41 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-11 23:03:41 -0500 |
| commit | c6c46436558f5058eccdb9b793ed02fc1640a80d (patch) | |
| tree | 997a94e320aa3ade7caafa23cd01c2d653dcd331 /ui/static | |
| parent | a0fc6434cb1f65b558a0a94c5cdddf5d79d15206 (diff) | |
| parent | d5199183bc8114dc78adb19f66b09f1e61c67f1b (diff) | |
Merge remote-tracking branch 'origin/prop/pwa'
Diffstat (limited to 'ui/static')
| -rw-r--r-- | ui/static/apple-touch-icon-precomposed.png | bin | 0 -> 92469 bytes | |||
| -rw-r--r-- | ui/static/apple-touch-icon.png | bin | 0 -> 92469 bytes | |||
| -rw-r--r-- | ui/static/favicon.ico | bin | 0 -> 92469 bytes | |||
| -rw-r--r-- | ui/static/favicon.png | bin | 137101 -> 92469 bytes | |||
| -rw-r--r-- | ui/static/manifest.json | 43 |
5 files changed, 43 insertions, 0 deletions
diff --git a/ui/static/apple-touch-icon-precomposed.png b/ui/static/apple-touch-icon-precomposed.png Binary files differnew file mode 100644 index 0000000..4b35d9b --- /dev/null +++ b/ui/static/apple-touch-icon-precomposed.png diff --git a/ui/static/apple-touch-icon.png b/ui/static/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..4b35d9b --- /dev/null +++ b/ui/static/apple-touch-icon.png diff --git a/ui/static/favicon.ico b/ui/static/favicon.ico Binary files differnew file mode 100644 index 0000000..4b35d9b --- /dev/null +++ b/ui/static/favicon.ico diff --git a/ui/static/favicon.png b/ui/static/favicon.png Binary files differindex 5df6b4e..4b35d9b 100644 --- a/ui/static/favicon.png +++ b/ui/static/favicon.png diff --git a/ui/static/manifest.json b/ui/static/manifest.json new file mode 100644 index 0000000..29e3e90 --- /dev/null +++ b/ui/static/manifest.json @@ -0,0 +1,43 @@ +{ + "name": "Pilcrow", + "short_name": "Pilcrow", + "start_url": "/", + "display": "standalone", + "background_color": "#fdfdfd", + "theme_color": "#db4938", + "orientation": "portrait-primary", + "icons": [ + { + "src": "/favicon.png", + "type": "image/png", "sizes": "72x72" + }, + { + "src": "/favicon.png", + "type": "image/png", "sizes": "96x96" + }, + { + "src": "/favicon.png", + "type": "image/png","sizes": "128x128" + }, + { + "src": "/favicon.png", + "type": "image/png", "sizes": "144x144" + }, + { + "src": "/favicon.png", + "type": "image/png", "sizes": "152x152" + }, + { + "src": "/favicon.png", + "type": "image/png", "sizes": "192x192" + }, + { + "src": "/favicon.png", + "type": "image/png", "sizes": "384x384" + }, + { + "src": "/favicon.png", + "type": "image/png", "sizes": "512x512" + } + ] +} |
