aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorCiaran Gallagher <[email protected]>2020-03-26 16:44:48 +0000
committerCiaran Gallagher <[email protected]>2020-03-26 16:44:48 +0000
commit5b5d9fb0d439ae1fb17709794cffa43fb91dd401 (patch)
tree9bac9df209c9efb3412f512c8f8f2462dfaa78ea /manifest.json
parent27ae0f00eaf9b6bbd12b63f758132d6605fc2095 (diff)
downloadpasta-5b5d9fb0d439ae1fb17709794cffa43fb91dd401.tar.gz
pasta-5b5d9fb0d439ae1fb17709794cffa43fb91dd401.zip
maskable icons
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json39
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