continue fixing
This commit is contained in:
BIN
img/screenshot_miniature.png
Normal file
BIN
img/screenshot_miniature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 590 KiB |
BIN
img/topos_code.png
Normal file
BIN
img/topos_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
@ -4,30 +4,35 @@
|
|||||||
"theme_color": "#ffffff",
|
"theme_color": "#ffffff",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "https://topos.live",
|
"scope": "/",
|
||||||
"start_url": "https://topos.live",
|
"start_url": "/",
|
||||||
|
"id": "/",
|
||||||
"description": "Topos is a web based live coding platform",
|
"description": "Topos is a web based live coding platform",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
{
|
{
|
||||||
"src": "./img/screnshot.png",
|
"src": "img/screenshot_miniature.png",
|
||||||
"sizes": "640x320",
|
"sizes": "640x320",
|
||||||
"type": "image/gif",
|
"type": "image/gif",
|
||||||
"form_factor": "wide",
|
"form_factor": "wide",
|
||||||
"label": "Topos application"
|
"label": "Topos application"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "img/topos_code.png",
|
||||||
|
"sizes": "1280x768",
|
||||||
|
"type": "image/gif",
|
||||||
|
"label": "Topos code"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "./favicon/android-chrome-192x192.png",
|
"src": "favicon/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png"
|
||||||
"purpose": "any maskable"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "./favicon/android-chrome-512x512.png",
|
"src": "favicon/android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png"
|
||||||
"purpose": "any maskable"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user