diff --git a/favicons/android-chrome-144x144.png b/favicons/android-chrome-144x144.png new file mode 100644 index 0000000..b494f13 Binary files /dev/null and b/favicons/android-chrome-144x144.png differ diff --git a/favicons/android-chrome-192x192.png b/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..7290080 Binary files /dev/null and b/favicons/android-chrome-192x192.png differ diff --git a/favicons/android-chrome-36x36.png b/favicons/android-chrome-36x36.png new file mode 100644 index 0000000..e8bf029 Binary files /dev/null and b/favicons/android-chrome-36x36.png differ diff --git a/favicons/android-chrome-48x48.png b/favicons/android-chrome-48x48.png new file mode 100644 index 0000000..1291562 Binary files /dev/null and b/favicons/android-chrome-48x48.png differ diff --git a/favicons/android-chrome-72x72.png b/favicons/android-chrome-72x72.png new file mode 100644 index 0000000..f72b86a Binary files /dev/null and b/favicons/android-chrome-72x72.png differ diff --git a/favicons/android-chrome-96x96.png b/favicons/android-chrome-96x96.png new file mode 100644 index 0000000..314041d Binary files /dev/null and b/favicons/android-chrome-96x96.png differ diff --git a/favicons/apple-touch-icon-114x114.png b/favicons/apple-touch-icon-114x114.png new file mode 100644 index 0000000..094631a Binary files /dev/null and b/favicons/apple-touch-icon-114x114.png differ diff --git a/favicons/apple-touch-icon-120x120.png b/favicons/apple-touch-icon-120x120.png new file mode 100644 index 0000000..8013fe2 Binary files /dev/null and b/favicons/apple-touch-icon-120x120.png differ diff --git a/favicons/apple-touch-icon-144x144.png b/favicons/apple-touch-icon-144x144.png new file mode 100644 index 0000000..8b86554 Binary files /dev/null and b/favicons/apple-touch-icon-144x144.png differ diff --git a/favicons/apple-touch-icon-152x152.png b/favicons/apple-touch-icon-152x152.png new file mode 100644 index 0000000..a877f48 Binary files /dev/null and b/favicons/apple-touch-icon-152x152.png differ diff --git a/favicons/apple-touch-icon-180x180.png b/favicons/apple-touch-icon-180x180.png new file mode 100644 index 0000000..590c9d5 Binary files /dev/null and b/favicons/apple-touch-icon-180x180.png differ diff --git a/favicons/apple-touch-icon-57x57.png b/favicons/apple-touch-icon-57x57.png new file mode 100644 index 0000000..72db955 Binary files /dev/null and b/favicons/apple-touch-icon-57x57.png differ diff --git a/favicons/apple-touch-icon-60x60.png b/favicons/apple-touch-icon-60x60.png new file mode 100644 index 0000000..db32c68 Binary files /dev/null and b/favicons/apple-touch-icon-60x60.png differ diff --git a/favicons/apple-touch-icon-72x72.png b/favicons/apple-touch-icon-72x72.png new file mode 100644 index 0000000..972e21a Binary files /dev/null and b/favicons/apple-touch-icon-72x72.png differ diff --git a/favicons/apple-touch-icon-76x76.png b/favicons/apple-touch-icon-76x76.png new file mode 100644 index 0000000..8049c83 Binary files /dev/null and b/favicons/apple-touch-icon-76x76.png differ diff --git a/favicons/apple-touch-icon-precomposed.png b/favicons/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..fdaeabf Binary files /dev/null and b/favicons/apple-touch-icon-precomposed.png differ diff --git a/favicons/apple-touch-icon.png b/favicons/apple-touch-icon.png new file mode 100644 index 0000000..590c9d5 Binary files /dev/null and b/favicons/apple-touch-icon.png differ diff --git a/favicons/browserconfig.xml b/favicons/browserconfig.xml new file mode 100644 index 0000000..68665d4 --- /dev/null +++ b/favicons/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #da532c + + + diff --git a/favicons/favicon-16x16.png b/favicons/favicon-16x16.png new file mode 100644 index 0000000..fbbb276 Binary files /dev/null and b/favicons/favicon-16x16.png differ diff --git a/favicons/favicon-32x32.png b/favicons/favicon-32x32.png new file mode 100644 index 0000000..9c6a842 Binary files /dev/null and b/favicons/favicon-32x32.png differ diff --git a/favicons/favicon-96x96.png b/favicons/favicon-96x96.png new file mode 100644 index 0000000..0869bbb Binary files /dev/null and b/favicons/favicon-96x96.png differ diff --git a/favicons/favicon.ico b/favicons/favicon.ico new file mode 100644 index 0000000..72c97b7 Binary files /dev/null and b/favicons/favicon.ico differ diff --git a/favicons/manifest.json b/favicons/manifest.json new file mode 100644 index 0000000..c5a02e9 --- /dev/null +++ b/favicons/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "Kaamelott Soundboard", + "icons": [ + { + "src": "\/favicons\/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": 0.75 + }, + { + "src": "\/favicons\/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": 1 + }, + { + "src": "\/favicons\/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": 1.5 + }, + { + "src": "\/favicons\/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": 2 + }, + { + "src": "\/favicons\/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": 3 + }, + { + "src": "\/favicons\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": 4 + } + ] +} diff --git a/favicons/mstile-144x144.png b/favicons/mstile-144x144.png new file mode 100644 index 0000000..df26214 Binary files /dev/null and b/favicons/mstile-144x144.png differ diff --git a/favicons/mstile-150x150.png b/favicons/mstile-150x150.png new file mode 100644 index 0000000..fd7ccc5 Binary files /dev/null and b/favicons/mstile-150x150.png differ diff --git a/favicons/mstile-310x150.png b/favicons/mstile-310x150.png new file mode 100644 index 0000000..67c48d6 Binary files /dev/null and b/favicons/mstile-310x150.png differ diff --git a/favicons/mstile-310x310.png b/favicons/mstile-310x310.png new file mode 100644 index 0000000..d748ecc Binary files /dev/null and b/favicons/mstile-310x310.png differ diff --git a/favicons/mstile-70x70.png b/favicons/mstile-70x70.png new file mode 100644 index 0000000..984f45f Binary files /dev/null and b/favicons/mstile-70x70.png differ diff --git a/favicons/safari-pinned-tab.svg b/favicons/safari-pinned-tab.svg new file mode 100644 index 0000000..7619aca --- /dev/null +++ b/favicons/safari-pinned-tab.svg @@ -0,0 +1,36 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/index.html b/index.html index 562a2bb..2ff012d 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,27 @@ Kaamelott Soundboard + + + + + + + + + + + + + + + + + + + + +