diff --git a/assets/images/icons-manifest/icon512.png b/assets/images/icons-manifest/icon512.png new file mode 100644 index 0000000..6b1350b Binary files /dev/null and b/assets/images/icons-manifest/icon512.png differ diff --git a/index.html b/index.html index d66ec94..eac04b6 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + diff --git a/manifest.webmanifest b/manifest.webmanifest index 8cf71b5..cd5f615 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -3,38 +3,51 @@ "short_name": "tgstationHandbook", "start_url": ".", "display": "standalone", - "background_color": "#384e68", + "background_color": "#141c26", "description": "A prettier client for the /tg/station Wiki", + "theme_color": "#141c26", "icons": [ { "src": "assets/images/icons-manifest/icon48.png", "sizes": "48x48", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "assets/images/icons-manifest/icon72.png", "sizes": "72x72", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "assets/images/icons-manifest/icon96.png", "sizes": "96x96", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "assets/images/icons-manifest/icon144.png", "sizes": "144x144", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "assets/images/icons-manifest/icon168.png", "sizes": "168x168", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "assets/images/icons-manifest/icon192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "assets/images/icons-manifest/icon512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" } ] }