diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-26 13:04:02 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-26 13:04:02 +0000 |
commit | 7e538d65c93c710f1d61f906d5fc22c90357b2e5 (patch) | |
tree | 80b3a3aa00c70eb39e2abb8869dc14ed2ef353f7 | |
parent | 1a7e2348a66560336dacbbd53c98ef6a75a7e143 (diff) | |
download | pasta-7e538d65c93c710f1d61f906d5fc22c90357b2e5.tar.gz pasta-7e538d65c93c710f1d61f906d5fc22c90357b2e5.zip |
updated manifest and cookies wording
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | manifest.json | 11 |
2 files changed, 9 insertions, 8 deletions
@@ -13,7 +13,7 @@ <link rel='icon' href='images/favicon.png' type='image/x-icon' /> <link rel="apple-touch-icon" sizes="180x180" href="images/apple_icon180.png"> <link rel="shortcut icon" sizes="192x192" href="images/android-chrome-192.png"> - <link rel="manifest" href="/manifest.json"> + <link rel="manifest" href="manifest.json"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" @@ -114,8 +114,8 @@ <p><a href="https://github.com/cglatot/pasta" target="_blank">https://github.com/cglatot/pasta</a></p> <h3>Cookie Policy</h3> - <p>The site uses some minor cookies to help improve your experience. Third-party cookies are not - used on this site. By continuing to use this site, you agree to the use of cookies.</p> + <p>The site uses some minor technical cookies to help improve your experience (for example, remembering your details if you choose that option). + Third-party cookies are not used on this site. By continuing to use this site, you agree to the use of cookies.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> 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 |