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