aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/index.html b/index.html
index 0580426..ac9cd09 100644
--- a/index.html
+++ b/index.html
@@ -2,15 +2,18 @@
<html lang="en">
<head></head>
- <title>PASTA | Audio and Subtitle Track Changer for Plex</title>
- <!-- Icon links -->
- <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="manifest" href="/manifest.json">
+ <title>PASTA | Audio & Subtitle Track Changer for Plex</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="mobile-web-app-capable" content="yes">
+
+ <!-- Icon links -->
+ <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">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"