Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/static/manifest.json b/static/manifest.json
index c52fd59..fc41369 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -6,5 +6,17 @@
"background_color": "#fff",
"theme_color": "#333",
"description": "An example site for the Amperage theme.",
- "icons":[{"src":"/icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"}]
+ "icons":[
+ {
+ "src":"/icons/android-chrome-192x192.png",
+ "sizes":"192x192",
+ "type":"image/png"
+ },
+ {
+ "src": "/icons/maskable-icon.png",
+ "sizes": "196x196",
+ "type": "image/png",
+ "purpose": "any maskable"
+ }
+ ]
} \ No newline at end of file