diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-12 09:29:07 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-12 09:29:07 -0500 |
| commit | a0007f8ea6a758212b216f788c759e2abb102ab1 (patch) | |
| tree | d303ba2e0aaeee34d4445aa66bb0ff383c759e49 /ui/static/manifest.json | |
| parent | 24eb775ba77f5a6a78a299d9fdffb34f8f167f8d (diff) | |
| parent | 2fb328089f01776e5bb553a1d50a061396588c8c (diff) | |
Merge branch 'main' into wip/touch-events
Diffstat (limited to 'ui/static/manifest.json')
| -rw-r--r-- | ui/static/manifest.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/ui/static/manifest.json b/ui/static/manifest.json new file mode 100644 index 0000000..5d735d0 --- /dev/null +++ b/ui/static/manifest.json @@ -0,0 +1,51 @@ +{ + "name": "Pilcrow", + "short_name": "Pilcrow", + "start_url": "/", + "display": "standalone", + "background_color": "#fdfdfd", + "theme_color": "#2c3656", + "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" + } + ] +} |
