New sneklogo's.
This commit is contained in:
parent
ae26181cf8
commit
1052010dd5
BIN
src/snek/static/image/snek_logo_1024x1024.png
Normal file
BIN
src/snek/static/image/snek_logo_1024x1024.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.2 MiB |
BIN
src/snek/static/image/snek_logo_128x128.png
Normal file
BIN
src/snek/static/image/snek_logo_128x128.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 14 KiB |
BIN
src/snek/static/image/snek_logo_16x16.png
Normal file
BIN
src/snek/static/image/snek_logo_16x16.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.0 KiB |
BIN
src/snek/static/image/snek_logo_256x256.png
Normal file
BIN
src/snek/static/image/snek_logo_256x256.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 40 KiB |
BIN
src/snek/static/image/snek_logo_32x32.png
Normal file
BIN
src/snek/static/image/snek_logo_32x32.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.8 KiB |
BIN
src/snek/static/image/snek_logo_640x480.png
Normal file
BIN
src/snek/static/image/snek_logo_640x480.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 117 KiB |
BIN
src/snek/static/image/snek_logo_64x64.png
Normal file
BIN
src/snek/static/image/snek_logo_64x64.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 5.0 KiB |
BIN
src/snek/static/image/snek_logo_800x600.png
Normal file
BIN
src/snek/static/image/snek_logo_800x600.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 177 KiB |
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user