diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-26 16:44:48 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-26 16:44:48 +0000 |
commit | 5b5d9fb0d439ae1fb17709794cffa43fb91dd401 (patch) | |
tree | 9bac9df209c9efb3412f512c8f8f2462dfaa78ea /manifest.json | |
parent | 27ae0f00eaf9b6bbd12b63f758132d6605fc2095 (diff) | |
download | pasta-5b5d9fb0d439ae1fb17709794cffa43fb91dd401.tar.gz pasta-5b5d9fb0d439ae1fb17709794cffa43fb91dd401.zip |
maskable icons
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/manifest.json b/manifest.json index 42e0cb2..b018e4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,20 +1,21 @@ { - "name":"PASTA | Audio & Subtitle Track Changer for Plex", - "short_name":"PASTA", - "icons":[ - { - "src":"images/android-chrome-192.png", - "sizes":"192x192", - "type":"image/png" - }, - { - "src":"images/android-chrome-512.png", - "sizes":"512x512", - "type":"image/png" - } - ], - "theme_color":"#000000", - "background_color":"#000000", - "display":"fullscreen", - "start_url": "index.html" - }
\ No newline at end of file + "name": "PASTA | Audio & Subtitle Track Changer for Plex", + "short_name": "PASTA", + "icons": [ + { + "src": "/images/android-chrome-192-maskable.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/images/android-chrome-512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "fullscreen", + "start_url": "/index.html" +}
\ No newline at end of file |