diff --git a/src/snek/static/image/snek_logo_1024x1024.png b/src/snek/static/image/snek_logo_1024x1024.png new file mode 100644 index 0000000..b93d86d Binary files /dev/null and b/src/snek/static/image/snek_logo_1024x1024.png differ diff --git a/src/snek/static/image/snek_logo_128x128.png b/src/snek/static/image/snek_logo_128x128.png new file mode 100644 index 0000000..d2d2003 Binary files /dev/null and b/src/snek/static/image/snek_logo_128x128.png differ diff --git a/src/snek/static/image/snek_logo_16x16.png b/src/snek/static/image/snek_logo_16x16.png new file mode 100644 index 0000000..e7fcdb0 Binary files /dev/null and b/src/snek/static/image/snek_logo_16x16.png differ diff --git a/src/snek/static/image/snek_logo_256x256.png b/src/snek/static/image/snek_logo_256x256.png new file mode 100644 index 0000000..b67caa1 Binary files /dev/null and b/src/snek/static/image/snek_logo_256x256.png differ diff --git a/src/snek/static/image/snek_logo_32x32.png b/src/snek/static/image/snek_logo_32x32.png new file mode 100644 index 0000000..fb50b7e Binary files /dev/null and b/src/snek/static/image/snek_logo_32x32.png differ diff --git a/src/snek/static/image/snek_logo_640x480.png b/src/snek/static/image/snek_logo_640x480.png new file mode 100644 index 0000000..3008114 Binary files /dev/null and b/src/snek/static/image/snek_logo_640x480.png differ diff --git a/src/snek/static/image/snek_logo_64x64.png b/src/snek/static/image/snek_logo_64x64.png new file mode 100644 index 0000000..8284c2d Binary files /dev/null and b/src/snek/static/image/snek_logo_64x64.png differ diff --git a/src/snek/static/image/snek_logo_800x600.png b/src/snek/static/image/snek_logo_800x600.png new file mode 100644 index 0000000..ae82cc9 Binary files /dev/null and b/src/snek/static/image/snek_logo_800x600.png differ diff --git a/src/snek/static/manifest.json b/src/snek/static/manifest.json index ff75ec9..d70ae85 100644 --- a/src/snek/static/manifest.json +++ b/src/snek/static/manifest.json @@ -1,30 +1,45 @@ { - "id": "snek", - "name": "Snek", - "description": "Danger noodle", - "display": "standalone", - "orientation": "portrait", - "scope": "/", - "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", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "/image/snek_logo_512x512.png", - "type": "image/png", - "sizes": "512x512" - } - ] - } + "id": "snek", + "name": "Snek", + "description": "Danger noodle", + "display": "standalone", + "orientation": "portrait", + "scope": "/", + "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", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/image/snek_logo_512x512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "/image/snek_logo_144x144.png", + "type": "image/png", + "sizes": "144x144" + }, + { + "src": "/image/snek_logo_256x256.png", + "type": "image/png", + "sizes": "256x256" + }, + { + "src": "/image/snek_logo_1024x1024.png", + "type": "image/png", + "sizes": "1024x1024" + } + ] +}