diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2024-11-20 14:17:33 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2024-11-20 14:17:33 +0000 |
| commit | 67ffa8fbe864ae2f4d1fdada5792ef395c82574b (patch) | |
| tree | 9051d09e469ea0c2686815fe5535112169c12c4d /static | |
| parent | 79ba2cc924beb790308d62c989db7fb6d3b1b31f (diff) | |
Prettified Code!
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" +} |
