diff --git a/assets/android-chrome-192x192.png b/assets/android-chrome-192x192.png new file mode 100644 index 000000000..8631781a1 Binary files /dev/null and b/assets/android-chrome-192x192.png differ diff --git a/assets/android-chrome-512x512.png b/assets/android-chrome-512x512.png new file mode 100644 index 000000000..cfbb0b176 Binary files /dev/null and b/assets/android-chrome-512x512.png differ diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 000000000..f7cf9759d Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/browserconfig.xml b/assets/browserconfig.xml new file mode 100644 index 000000000..f9c2e67fe --- /dev/null +++ b/assets/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png new file mode 100644 index 000000000..5ce739740 Binary files /dev/null and b/assets/favicon-16x16.png differ diff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png new file mode 100644 index 000000000..aeb4929ab Binary files /dev/null and b/assets/favicon-32x32.png differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 000000000..0c0e88a39 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/mstile-150x150.png b/assets/mstile-150x150.png new file mode 100644 index 000000000..a1ae655f8 Binary files /dev/null and b/assets/mstile-150x150.png differ diff --git a/assets/safari-pinned-tab.svg b/assets/safari-pinned-tab.svg new file mode 100644 index 000000000..a0c77150d --- /dev/null +++ b/assets/safari-pinned-tab.svg @@ -0,0 +1,35 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + diff --git a/assets/site.webmanifest b/assets/site.webmanifest new file mode 100644 index 000000000..af9432d70 --- /dev/null +++ b/assets/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Invidious", + "short_name": "Invidious", + "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" +} diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 2374946f6..bcf20c46a 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -6,6 +6,13 @@ <%= yield_content "header" %> + + + + + + +