diff --git a/web/android-chrome-192x192.png b/web/android-chrome-192x192.png new file mode 100644 index 0000000..3702f58 Binary files /dev/null and b/web/android-chrome-192x192.png differ diff --git a/web/android-chrome-512x512.png b/web/android-chrome-512x512.png new file mode 100644 index 0000000..6250cb1 Binary files /dev/null and b/web/android-chrome-512x512.png differ diff --git a/web/apple-touch-icon-114x114.png b/web/apple-touch-icon-114x114.png new file mode 100644 index 0000000..52a584b Binary files /dev/null and b/web/apple-touch-icon-114x114.png differ diff --git a/web/apple-touch-icon-120x120.png b/web/apple-touch-icon-120x120.png new file mode 100644 index 0000000..4d60a82 Binary files /dev/null and b/web/apple-touch-icon-120x120.png differ diff --git a/web/apple-touch-icon-144x144.png b/web/apple-touch-icon-144x144.png new file mode 100644 index 0000000..d021519 Binary files /dev/null and b/web/apple-touch-icon-144x144.png differ diff --git a/web/apple-touch-icon-152x152.png b/web/apple-touch-icon-152x152.png new file mode 100644 index 0000000..19f5e88 Binary files /dev/null and b/web/apple-touch-icon-152x152.png differ diff --git a/web/apple-touch-icon-180x180.png b/web/apple-touch-icon-180x180.png new file mode 100644 index 0000000..7b8fff4 Binary files /dev/null and b/web/apple-touch-icon-180x180.png differ diff --git a/web/apple-touch-icon-57x57.png b/web/apple-touch-icon-57x57.png new file mode 100644 index 0000000..5e1b0ee Binary files /dev/null and b/web/apple-touch-icon-57x57.png differ diff --git a/web/apple-touch-icon-60x60.png b/web/apple-touch-icon-60x60.png new file mode 100644 index 0000000..242080c Binary files /dev/null and b/web/apple-touch-icon-60x60.png differ diff --git a/web/apple-touch-icon-72x72.png b/web/apple-touch-icon-72x72.png new file mode 100644 index 0000000..b9329f1 Binary files /dev/null and b/web/apple-touch-icon-72x72.png differ diff --git a/web/apple-touch-icon-76x76.png b/web/apple-touch-icon-76x76.png new file mode 100644 index 0000000..385967b Binary files /dev/null and b/web/apple-touch-icon-76x76.png differ diff --git a/web/apple-touch-icon.png b/web/apple-touch-icon.png new file mode 100644 index 0000000..7b8fff4 Binary files /dev/null and b/web/apple-touch-icon.png differ diff --git a/web/browserconfig.xml b/web/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/web/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/web/favicon-16x16.png b/web/favicon-16x16.png new file mode 100644 index 0000000..eba4f2d Binary files /dev/null and b/web/favicon-16x16.png differ diff --git a/web/favicon-32x32.png b/web/favicon-32x32.png new file mode 100644 index 0000000..0e165d1 Binary files /dev/null and b/web/favicon-32x32.png differ diff --git a/web/favicon.ico b/web/favicon.ico new file mode 100644 index 0000000..d880ac2 Binary files /dev/null and b/web/favicon.ico differ diff --git a/web/img/NTV_icon_16.png b/web/img/NTV_icon_16.png deleted file mode 100644 index 3c69dcb..0000000 Binary files a/web/img/NTV_icon_16.png and /dev/null differ diff --git a/web/index.html b/web/index.html index c039153..65fe199 100644 --- a/web/index.html +++ b/web/index.html @@ -3,14 +3,24 @@ + + + + + + + + + + NipahTV - Transform your chat experience on Kick with new features, emotes and performance improvements + -
@@ -35,8 +45,9 @@

A Better Kick and 7TV Emote Extension for Kick.

class="button" target="_blank" rel="noopener" - >Install for ChromeInstall for Chrome & Edge + Firefox (Coming soon) Get Userscript
diff --git a/web/mstile-150x150.png b/web/mstile-150x150.png new file mode 100644 index 0000000..f958255 Binary files /dev/null and b/web/mstile-150x150.png differ diff --git a/web/safari-pinned-tab.svg b/web/safari-pinned-tab.svg new file mode 100644 index 0000000..1d3cb3c --- /dev/null +++ b/web/safari-pinned-tab.svg @@ -0,0 +1,23 @@ + + + + + + + diff --git a/web/site.webmanifest b/web/site.webmanifest new file mode 100644 index 0000000..f9cd7af --- /dev/null +++ b/web/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "NipahTV", + "short_name": "NipahTV", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/web/style.css b/web/style.css index 8cbf142..eb94f21 100644 --- a/web/style.css +++ b/web/style.css @@ -87,6 +87,11 @@ img { .button:visited { color: #000; } +.button.disabled { + pointer-events: none; + cursor: not-allowed; + opacity: 0.5; +} .container { max-width: 1140px; diff --git a/web/style.scss b/web/style.scss index 0472883..5eb617f 100644 --- a/web/style.scss +++ b/web/style.scss @@ -87,6 +87,12 @@ img { &:visited { color: #000; } + + &.disabled { + pointer-events: none; + cursor: not-allowed; + opacity: 0.5; + } } .container { diff --git a/web/userscript.html b/web/userscript.html index 65b1997..c1ab1e2 100644 --- a/web/userscript.html +++ b/web/userscript.html @@ -3,12 +3,22 @@ + + + + + + + + + + NipahTV - Userscript + -