diff --git a/site/android-chrome-192x192.png b/site/android-chrome-192x192.png new file mode 100644 index 0000000..4d13ee7 Binary files /dev/null and b/site/android-chrome-192x192.png differ diff --git a/site/android-chrome-512x512.png b/site/android-chrome-512x512.png new file mode 100644 index 0000000..6e25356 Binary files /dev/null and b/site/android-chrome-512x512.png differ diff --git a/site/favicon-16x16.png b/site/favicon-16x16.png new file mode 100644 index 0000000..ca418c8 Binary files /dev/null and b/site/favicon-16x16.png differ diff --git a/site/favicon-32x32.png b/site/favicon-32x32.png new file mode 100644 index 0000000..681ca91 Binary files /dev/null and b/site/favicon-32x32.png differ diff --git a/site/favicon.ico b/site/favicon.ico new file mode 100644 index 0000000..5225bbe Binary files /dev/null and b/site/favicon.ico differ diff --git a/site/favicon.svg b/site/favicon.svg new file mode 100644 index 0000000..58012de --- /dev/null +++ b/site/favicon.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/site/index.html b/site/index.html index ba10b23..e606cfe 100644 --- a/site/index.html +++ b/site/index.html @@ -5,6 +5,11 @@ + + + + +
diff --git a/site/site.webmanifest b/site/site.webmanifest new file mode 100644 index 0000000..16909af --- /dev/null +++ b/site/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Radiostasis", + "short_name": "Radiostasis", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}