diff --git a/Public/festival/icons/android-chrome-192x192.png b/Public/festival/icons/android-chrome-192x192.png new file mode 100644 index 0000000..ccacee5 Binary files /dev/null and b/Public/festival/icons/android-chrome-192x192.png differ diff --git a/Public/festival/icons/android-chrome-512x512.png b/Public/festival/icons/android-chrome-512x512.png new file mode 100644 index 0000000..05d30d5 Binary files /dev/null and b/Public/festival/icons/android-chrome-512x512.png differ diff --git a/Public/festival/icons/apple-touch-icon.png b/Public/festival/icons/apple-touch-icon.png new file mode 100644 index 0000000..ef60150 Binary files /dev/null and b/Public/festival/icons/apple-touch-icon.png differ diff --git a/Public/festival/icons/browserconfig.xml b/Public/festival/icons/browserconfig.xml new file mode 100644 index 0000000..93dfe3f --- /dev/null +++ b/Public/festival/icons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #784141 + + + diff --git a/Public/festival/icons/favicon-16x16.png b/Public/festival/icons/favicon-16x16.png new file mode 100644 index 0000000..0d81063 Binary files /dev/null and b/Public/festival/icons/favicon-16x16.png differ diff --git a/Public/festival/icons/favicon-32x32.png b/Public/festival/icons/favicon-32x32.png new file mode 100644 index 0000000..55d5057 Binary files /dev/null and b/Public/festival/icons/favicon-32x32.png differ diff --git a/Public/festival/icons/favicon.ico b/Public/festival/icons/favicon.ico new file mode 100644 index 0000000..a55364d Binary files /dev/null and b/Public/festival/icons/favicon.ico differ diff --git a/Public/festival/icons/html_code.html b/Public/festival/icons/html_code.html new file mode 100644 index 0000000..41ed4a1 --- /dev/null +++ b/Public/festival/icons/html_code.html @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Public/festival/icons/mstile-150x150.png b/Public/festival/icons/mstile-150x150.png new file mode 100644 index 0000000..671449c Binary files /dev/null and b/Public/festival/icons/mstile-150x150.png differ diff --git a/Public/festival/icons/safari-pinned-tab.svg b/Public/festival/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..9f730a2 --- /dev/null +++ b/Public/festival/icons/safari-pinned-tab.svg @@ -0,0 +1,32 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/Public/festival/icons/site.webmanifest b/Public/festival/icons/site.webmanifest new file mode 100644 index 0000000..cbfc9d2 --- /dev/null +++ b/Public/festival/icons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "CC Festival", + "short_name": "CC Festival", + "icons": [ + { + "src": "/festival/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/festival/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}