diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/manifest.json | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/static/manifest.json b/static/manifest.json index f60fd17..6da5546 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,23 +1,22 @@ - { - "name": "Ace Attorney Online", - "short_name": "WebAO", - "start_url": "index.html", - "scope": "./", - "icons": [ - { - "src": "logo-new.png", - "sizes": "128x128", - "type": "image/png" - }, - { - "src": "logo-new-512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "any maskable" - - } - ], - "theme_color": "#2c3d51", - "background_color": "#2c3d51", - "display": "standalone" - }
\ No newline at end of file +{ + "name": "Ace Attorney Online", + "short_name": "WebAO", + "start_url": "index.html", + "scope": "./", + "icons": [ + { + "src": "logo-new.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "logo-new-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + } + ], + "theme_color": "#2c3d51", + "background_color": "#2c3d51", + "display": "standalone" +} |
