aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorCiaran Gallagher <[email protected]>2020-03-26 13:04:02 +0000
committerCiaran Gallagher <[email protected]>2020-03-26 13:04:02 +0000
commit7e538d65c93c710f1d61f906d5fc22c90357b2e5 (patch)
tree80b3a3aa00c70eb39e2abb8869dc14ed2ef353f7 /manifest.json
parent1a7e2348a66560336dacbbd53c98ef6a75a7e143 (diff)
downloadpasta-7e538d65c93c710f1d61f906d5fc22c90357b2e5.tar.gz
pasta-7e538d65c93c710f1d61f906d5fc22c90357b2e5.zip
updated manifest and cookies wording
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json
index a73d0ab..42e0cb2 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
- "name":"",
- "short_name":"",
+ "name":"PASTA | Audio & Subtitle Track Changer for Plex",
+ "short_name":"PASTA",
"icons":[
{
"src":"images/android-chrome-192.png",
@@ -13,7 +13,8 @@
"type":"image/png"
}
],
- "theme_color":"#ffffff",
- "background_color":"#ffffff",
- "display":"standalone"
+ "theme_color":"#000000",
+ "background_color":"#000000",
+ "display":"fullscreen",
+ "start_url": "index.html"
} \ No newline at end of file