diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-26 12:51:35 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-26 12:51:35 +0000 |
commit | 1a7e2348a66560336dacbbd53c98ef6a75a7e143 (patch) | |
tree | d1dc58d6c36d9071c53372437e2a248a97d13697 /index.html | |
parent | 752062e4d082e402e28744d9fb3268006ec8c019 (diff) | |
download | pasta-1a7e2348a66560336dacbbd53c98ef6a75a7e143.tar.gz pasta-1a7e2348a66560336dacbbd53c98ef6a75a7e143.zip |
android homescreen icon
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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" |