improve mobile web app comparability (#1064)
BIN
src/Jackett/Content/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
src/Jackett/Content/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
src/Jackett/Content/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
src/Jackett/Content/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
src/Jackett/Content/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/Jackett/Content/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
src/Jackett/Content/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
src/Jackett/Content/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
src/Jackett/Content/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
@@ -1,4 +1,4 @@
|
|||||||
var basePath = '';
|
var basePath = '';
|
||||||
|
|
||||||
var indexers = [];
|
var indexers = [];
|
||||||
var configuredIndexers = [];
|
var configuredIndexers = [];
|
||||||
|
@@ -1,8 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
|
<meta name="mobile-web-app-capable" content="yes"/>
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<link rel="apple-touch-icon" href="../apple-touch-icon.png"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="57x57" href="../apple-touch-icon-57x57.png"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="72x72" href="../apple-touch-icon-72x72.png"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="76x76" href="../apple-touch-icon-76x76.png"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="114x114" href="../apple-touch-icon-114x114.png"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="120x120" href="../apple-touch-icon-120x120.png"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="144x144" href="../apple-touch-icon-144x144"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="152x152" href="../apple-touch-icon-152x152.png"/>
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon-180x180.png"/>
|
||||||
|
<link rel="mask-icon" href="jackett_medium.png" color="#35c5f4">
|
||||||
|
<link rel="icon" type="image/ico" href="../favicon.ico"/>
|
||||||
<link rel='shortcut icon' type='image/x-icon' href='../favicon.ico' />
|
<link rel='shortcut icon' type='image/x-icon' href='../favicon.ico' />
|
||||||
<script src="../libs/filesize.min.js"></script>
|
<script src="../libs/filesize.min.js"></script>
|
||||||
<script src="../libs/jquery.min.js"></script>
|
<script src="../libs/jquery.min.js"></script>
|
||||||
@@ -54,7 +69,7 @@
|
|||||||
<h4>Adding a Jackett indexer in Sonarr or Radarr</h4>
|
<h4>Adding a Jackett indexer in Sonarr or Radarr</h4>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Go to <b>Settings > Indexers > Add > Torznab > Custom</b>.</li>
|
<li>Go to <b>Settings > Indexers > Add > Torznab > Custom</b>.</li>
|
||||||
<li>Click on the indexers corresponding <button type="button" class="btn btn-xs btn-info">Copy Torznab Feed</button> button and past it into the Sonarr/Radarr <b>URL</b> field.</li>
|
<li>Click on the indexers corresponding <button type="button" class="btn btn-xs btn-info">Copy Torznab Feed</button> button and paste it into the Sonarr/Radarr <b>URL</b> field.</li>
|
||||||
<li>For the <b>API key</b> use <b class="api-key-text"></b>.</li>
|
<li>For the <b>API key</b> use <b class="api-key-text"></b>.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h4>Adding a Jackett indexer in CouchPotato</h4>
|
<h4>Adding a Jackett indexer in CouchPotato</h4>
|
||||||
|