Attempting to fix PWA configuration

This commit is contained in:
2023-12-19 01:22:17 +01:00
parent e557e5565b
commit 6305e0ce65
5 changed files with 63 additions and 27 deletions

View File

@ -1,12 +1,21 @@
{
"name": "Topos",
"short_name": "Topos",
"description": "Live coding environment",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"start_url": "/",
"description": "Topos is a web based live coding platform",
"screenshots": [
{
"src": "./img/screnshot.png",
"sizes": "640x320",
"type": "image/gif",
"form_factor": "wide",
"label": "Topos application"
}
],
"icons": [
{
"src": "./favicon/android-chrome-192x192.png",