From 04ef12944d7d83944dce4a2ceda9403e29ffd7f0 Mon Sep 17 00:00:00 2001 From: "Jason F. McBrayer" Date: Wed, 19 Sep 2018 11:05:04 -0400 Subject: [PATCH] Update the manifest --- brutaldon/static/manifest.webmanifest | 31 +++++++++++++++------------ 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/brutaldon/static/manifest.webmanifest b/brutaldon/static/manifest.webmanifest index 13b2596..acfd94b 100644 --- a/brutaldon/static/manifest.webmanifest +++ b/brutaldon/static/manifest.webmanifest @@ -1,16 +1,19 @@ -{ - "name": "Brutaldon", - "short_name": "Brutaldon", - "start_url": ".", - "display": "minimal-ui", - "description": "A brutalist web client for Mastodon" - "icons": [ +{"dir" : "ltr", + "lang" : "en", + "name" : "brutaldon", + "scope" : "/", + "display" : "minimal-ui", + "start_url" : "https://brutaldon.online/about", + "short_name" : "brutaldon", + "theme_color" : "transparent", + "description" : "", + "orientation" : "any", + "background_color" : "transparent", + "related_applications" : "", + "prefer_related_applications" : "false", + "icons" : [ { - "src": "images/brutaldon.png", - "sizes": "512x512", - "type": "image/png" + "src": "https://brutaldon.online/static/images/brutaldon.png", + "sizes": "320x320" } - ], - "scope": "./", - "theme_color": "#CCCCCC" -} + ]}