diff --git a/build/android-chrome-192x192.png b/build/android-chrome-192x192.png new file mode 100644 index 0000000..a94c969 Binary files /dev/null and b/build/android-chrome-192x192.png differ diff --git a/build/android-chrome-512x512.png b/build/android-chrome-512x512.png new file mode 100644 index 0000000..9e7fc0e Binary files /dev/null and b/build/android-chrome-512x512.png differ diff --git a/build/apple-touch-icon.png b/build/apple-touch-icon.png new file mode 100644 index 0000000..8f30d5c Binary files /dev/null and b/build/apple-touch-icon.png differ diff --git a/build/browserconfig.xml b/build/browserconfig.xml new file mode 100644 index 0000000..f9c2e67 --- /dev/null +++ b/build/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/build/favicon-16x16.png b/build/favicon-16x16.png new file mode 100644 index 0000000..c1fa973 Binary files /dev/null and b/build/favicon-16x16.png differ diff --git a/build/favicon-32x32.png b/build/favicon-32x32.png new file mode 100644 index 0000000..1a5f80f Binary files /dev/null and b/build/favicon-32x32.png differ diff --git a/build/favicon.ico b/build/favicon.ico new file mode 100644 index 0000000..0c0e88a Binary files /dev/null and b/build/favicon.ico differ diff --git a/build/mstile-150x150.png b/build/mstile-150x150.png new file mode 100644 index 0000000..a16e943 Binary files /dev/null and b/build/mstile-150x150.png differ diff --git a/build/safari-pinned-tab.svg b/build/safari-pinned-tab.svg new file mode 100644 index 0000000..a0c7715 --- /dev/null +++ b/build/safari-pinned-tab.svg @@ -0,0 +1,35 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + diff --git a/build/site.webmanifest b/build/site.webmanifest new file mode 100644 index 0000000..3191187 --- /dev/null +++ b/build/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Invidious Redirect", + "short_name": "invidious-redirect", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#575757", + "background_color": "#575757", + "display": "standalone" +}