From b97cb6a48f3943f5a48aa838336303ef9dd855f2 Mon Sep 17 00:00:00 2001 From: Asur Date: Sun, 26 Jul 2020 13:50:35 +0200 Subject: Add default Amperage maskable icon --- static/icons/maskable-icon.png | Bin 0 -> 11742 bytes static/manifest.json | 14 +++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 static/icons/maskable-icon.png diff --git a/static/icons/maskable-icon.png b/static/icons/maskable-icon.png new file mode 100644 index 0000000..cd8e7bb Binary files /dev/null and b/static/icons/maskable-icon.png 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 -- cgit v1.2.3