diff --git a/web/cashtab/public/index.html b/web/cashtab/public/index.html index 9ae7848c4..c16cbc2e5 100644 --- a/web/cashtab/public/index.html +++ b/web/cashtab/public/index.html @@ -1,53 +1,54 @@ + Cashtab
diff --git a/web/cashtab/public/manifest.json b/web/cashtab/public/manifest.json index 9c229814e..251b81c50 100644 --- a/web/cashtab/public/manifest.json +++ b/web/cashtab/public/manifest.json @@ -1,35 +1,36 @@ { "short_name": "Cashtab", "name": "Cashtab", "icons": [ { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { "src": "ecash48.png", "type": "image/png", "sizes": "48x48" }, { "src": "ecash128.png", "type": "image/png", "sizes": "128x128" }, { "src": "ecash192.png", "type": "image/png", - "sizes": "192x192" + "sizes": "192x192", + "purpose": "any maskable" }, { "src": "ecash512.png", "type": "image/png", "sizes": "512x512" } ], "start_url": ".", "display": "standalone", "theme_color": "#273498", "background_color": "#ffffff" }