diff --git a/icon/icon-maskable.svg b/icon/icon-maskable.svg new file mode 100644 index 0000000..19d7d81 --- /dev/null +++ b/icon/icon-maskable.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon/icon.svg b/icon/icon.svg index 19d7d81..c823689 100644 --- a/icon/icon.svg +++ b/icon/icon.svg @@ -1,4 +1,4 @@ - - + + diff --git a/pwa/manifest.json b/pwa/manifest.json index 3738978..fdd250d 100644 --- a/pwa/manifest.json +++ b/pwa/manifest.json @@ -11,6 +11,11 @@ { "src": "../icon/icon.svg", "sizes": "any", + "type": "image/svg+xml" + }, + { + "src": "../icon/icon-maskable.svg", + "sizes": "any", "type": "image/svg+xml", "purpose": "maskable any" },