diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..063914c Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..3fe979e --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #555555 + + + diff --git a/icons/android-chrome-192x192.png b/icons/android-chrome-192x192.png new file mode 100644 index 0000000..063914c Binary files /dev/null and b/icons/android-chrome-192x192.png differ diff --git a/icons/android-chrome-512x512.png b/icons/android-chrome-512x512.png new file mode 100644 index 0000000..063914c Binary files /dev/null and b/icons/android-chrome-512x512.png differ diff --git a/icons/favicon-16x16.png b/icons/favicon-16x16.png new file mode 100644 index 0000000..c7b1944 Binary files /dev/null and b/icons/favicon-16x16.png differ diff --git a/icons/favicon-32x32.png b/icons/favicon-32x32.png new file mode 100644 index 0000000..f74af38 Binary files /dev/null and b/icons/favicon-32x32.png differ diff --git a/icons/manifest.json b/icons/manifest.json new file mode 100644 index 0000000..349d077 --- /dev/null +++ b/icons/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#555555", + "background_color": "#555555", + "display": "standalone" +} diff --git a/icons/safari-pinned-tab.svg b/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..ffb9a5f --- /dev/null +++ b/icons/safari-pinned-tab.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index 08ebf1d..fcf9159 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,11 @@ + + + + +