diff --git a/data/html/android-chrome-192x192.png b/data/html/android-chrome-192x192.png new file mode 100644 index 0000000..beabcfa Binary files /dev/null and b/data/html/android-chrome-192x192.png differ diff --git a/data/html/android-chrome-512x512.png b/data/html/android-chrome-512x512.png new file mode 100644 index 0000000..53c89dd Binary files /dev/null and b/data/html/android-chrome-512x512.png differ diff --git a/data/html/apple-touch-icon.png b/data/html/apple-touch-icon.png new file mode 100644 index 0000000..c790607 Binary files /dev/null and b/data/html/apple-touch-icon.png differ diff --git a/data/html/favicon-16x16.png b/data/html/favicon-16x16.png new file mode 100644 index 0000000..963b656 Binary files /dev/null and b/data/html/favicon-16x16.png differ diff --git a/data/html/favicon-32x32.png b/data/html/favicon-32x32.png new file mode 100644 index 0000000..4ffe4b7 Binary files /dev/null and b/data/html/favicon-32x32.png differ diff --git a/data/html/favicon.ico b/data/html/favicon.ico new file mode 100644 index 0000000..e1ddbd1 Binary files /dev/null and b/data/html/favicon.ico differ diff --git a/data/html/index.html b/data/html/index.html index 9480eed..fc05ed4 100644 --- a/data/html/index.html +++ b/data/html/index.html @@ -6,6 +6,12 @@ Image Upload + + + + + + diff --git a/data/html/site.webmanifest b/data/html/site.webmanifest new file mode 100644 index 0000000..47621bf --- /dev/null +++ b/data/html/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Black Hole Share", + "short_name": "BHS", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +} \ No newline at end of file