diff options
Diffstat (limited to 'app/manifest.json')
| -rw-r--r-- | app/manifest.json | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/app/manifest.json b/app/manifest.json index fd416dd..28baa45 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -8,12 +8,31 @@ "scope": ".", "display": "standalone", "orientation": "portrait-primary", - "background_color": "#f6f7fa", - "theme_color": "#1f3864", - "categories": ["finance", "utilities", "productivity"], + "background_color": "#008080", + "theme_color": "#000080", + "categories": [ + "finance", + "utilities", + "productivity" + ], "icons": [ - { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, - { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, - { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } + { + "src": "icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "icon-maskable-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } ] -} +}
\ No newline at end of file |
