continue fixing

This commit is contained in:
2023-12-19 13:06:09 +01:00
parent 620ca7af59
commit b8e197d64a
4 changed files with 14 additions and 9 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

@ -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"
}
]
}