New sneklogo's.
BIN
src/snek/static/image/snek_logo_1024x1024.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
src/snek/static/image/snek_logo_128x128.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/snek/static/image/snek_logo_16x16.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
src/snek/static/image/snek_logo_256x256.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
src/snek/static/image/snek_logo_32x32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/snek/static/image/snek_logo_640x480.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
src/snek/static/image/snek_logo_64x64.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
src/snek/static/image/snek_logo_800x600.png
Normal file
After Width: | Height: | Size: 177 KiB |
@ -1,30 +1,45 @@
|
|||||||
{
|
{
|
||||||
"id": "snek",
|
"id": "snek",
|
||||||
"name": "Snek",
|
"name": "Snek",
|
||||||
"description": "Danger noodle",
|
"description": "Danger noodle",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#000000",
|
||||||
"background_color": "#000000",
|
"background_color": "#000000",
|
||||||
"related_applications": [],
|
"related_applications": [],
|
||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
"screenshots": [],
|
"screenshots": [],
|
||||||
"dir": "ltr",
|
"dir": "ltr",
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"launch_path": "/web.html",
|
"launch_path": "/web.html",
|
||||||
"short_name": "Snek",
|
"short_name": "Snek",
|
||||||
"start_url": "/web.html",
|
"start_url": "/web.html",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/image/snek_logo_192x192.png",
|
"src": "/image/snek_logo_192x192.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "192x192"
|
"sizes": "192x192"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/image/snek_logo_512x512.png",
|
"src": "/image/snek_logo_512x512.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|