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",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"scope": "https://topos.live",
|
||||
"start_url": "https://topos.live",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"id": "/",
|
||||
"description": "Topos is a web based live coding platform",
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "./img/screnshot.png",
|
||||
"src": "img/screenshot_miniature.png",
|
||||
"sizes": "640x320",
|
||||
"type": "image/gif",
|
||||
"form_factor": "wide",
|
||||
"label": "Topos application"
|
||||
},
|
||||
{
|
||||
"src": "img/topos_code.png",
|
||||
"sizes": "1280x768",
|
||||
"type": "image/gif",
|
||||
"label": "Topos code"
|
||||
}
|
||||
],
|
||||
"icons": [
|
||||
{
|
||||
"src": "./favicon/android-chrome-192x192.png",
|
||||
"src": "favicon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./favicon/android-chrome-512x512.png",
|
||||
"src": "favicon/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user