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:
authorAsur <asur@asurbernardo.com>2020-07-26 14:50:35 +0300
committerAsur <asur@asurbernardo.com>2020-07-26 14:50:35 +0300
commitb97cb6a48f3943f5a48aa838336303ef9dd855f2 (patch)
treeb8ba1c080180486f40d4052aaef312f20cea4d15
parent89bc3639d146398e03381bb807c95f9a57814166 (diff)
Add default Amperage maskable icon
-rw-r--r--static/icons/maskable-icon.pngbin0 -> 11742 bytes
-rw-r--r--static/manifest.json14
2 files changed, 13 insertions, 1 deletions
diff --git a/static/icons/maskable-icon.png b/static/icons/maskable-icon.png
new file mode 100644
index 0000000..cd8e7bb
--- /dev/null
+++ b/static/icons/maskable-icon.png
Binary files differ
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