diff --git a/img/screenshot_miniature.png b/img/screenshot_miniature.png new file mode 100644 index 0000000..1f6bc9e Binary files /dev/null and b/img/screenshot_miniature.png differ diff --git a/img/screnshot.png b/img/screnshot.png deleted file mode 100644 index 3a21862..0000000 Binary files a/img/screnshot.png and /dev/null differ diff --git a/img/topos_code.png b/img/topos_code.png new file mode 100644 index 0000000..95ba295 Binary files /dev/null and b/img/topos_code.png differ diff --git a/manifest.webmanifest b/manifest.webmanifest index 72c5b3c..1683cd3 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -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" } ] }