diff --git a/src/snek/static/manifest.json b/src/snek/static/manifest.json index d70ae85..cbedce8 100644 --- a/src/snek/static/manifest.json +++ b/src/snek/static/manifest.json @@ -1,45 +1,58 @@ { "id": "snek", "name": "Snek", - "description": "Danger noodle", + "short_name": "Snek", + "description": "Snek Software Development Community", "display": "standalone", "orientation": "portrait", "scope": "/", + "start_url": "/web.html", "theme_color": "#000000", "background_color": "#000000", - "related_applications": [], - "prefer_related_applications": false, - "screenshots": [], "dir": "ltr", "lang": "en-US", - "launch_path": "/web.html", - "short_name": "Snek", - "start_url": "/web.html", "icons": [ { - "src": "/image/snek_logo_192x192.png", + "src": "/image/snek_logo_32x32.png", "type": "image/png", - "sizes": "192x192" + "sizes": "32x32" }, { - "src": "/image/snek_logo_512x512.png", + "src": "/image/snek_logo_64x64.png", "type": "image/png", - "sizes": "512x512" + "sizes": "64x64" + }, + { + "src": "/image/snek_logo_128x128.png", + "type": "image/png", + "sizes": "128x128" }, { "src": "/image/snek_logo_144x144.png", "type": "image/png", "sizes": "144x144" }, + { + "src": "/image/snek_logo_192x192.png", + "type": "image/png", + "sizes": "192x192" + }, { "src": "/image/snek_logo_256x256.png", "type": "image/png", "sizes": "256x256" }, + { + "src": "/image/snek_logo_512x512.png", + "type": "image/png", + "sizes": "512x512" + }, { "src": "/image/snek_logo_1024x1024.png", "type": "image/png", "sizes": "1024x1024" } - ] + ], + "related_applications": [], + "prefer_related_applications": false }