From 2606b8f989959b995dbb8d8492324925ff1fc82b Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Tue, 19 Dec 2023 13:13:10 +0100 Subject: [PATCH] fix again --- index.html | 8 ++++---- manifest.webmanifest | 30 +++++++++++++++--------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 3b6607b..bba9383 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,10 @@ Topos - - - - + + + + diff --git a/manifest.webmanifest b/manifest.webmanifest index 1683cd3..1c96518 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,12 +1,24 @@ { "name": "Topos", "short_name": "Topos", + "icons": [ + { + "src": "favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "favicon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "start_url": "/", + "display": "standalone", + "id": "toposWebApp", "theme_color": "#ffffff", "background_color": "#ffffff", - "display": "standalone", "scope": "/", - "start_url": "/", - "id": "/", "description": "Topos is a web based live coding platform", "screenshots": [ { @@ -23,16 +35,4 @@ "label": "Topos code" } ], - "icons": [ - { - "src": "favicon/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "favicon/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ] }