diff --git a/app/src/web/static/images/apple-touch-icon.png b/app/src/web/static/images/apple-touch-icon.png new file mode 100644 index 0000000..1957214 Binary files /dev/null and b/app/src/web/static/images/apple-touch-icon.png differ diff --git a/app/src/web/static/images/favicon-96x96.png b/app/src/web/static/images/favicon-96x96.png new file mode 100644 index 0000000..2894fa3 Binary files /dev/null and b/app/src/web/static/images/favicon-96x96.png differ diff --git a/app/src/web/static/images/favicon.ico b/app/src/web/static/images/favicon.ico new file mode 100644 index 0000000..c543bbd Binary files /dev/null and b/app/src/web/static/images/favicon.ico differ diff --git a/app/src/web/static/images/favicon.svg b/app/src/web/static/images/favicon.svg new file mode 100644 index 0000000..c5f92c9 --- /dev/null +++ b/app/src/web/static/images/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/src/web/static/images/site.webmanifest b/app/src/web/static/images/site.webmanifest new file mode 100644 index 0000000..e16db85 --- /dev/null +++ b/app/src/web/static/images/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "TSUN-Proxy", + "short_name": "TsunProxy", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/app/src/web/static/images/web-app-manifest-192x192.png b/app/src/web/static/images/web-app-manifest-192x192.png new file mode 100644 index 0000000..3fcbdbe Binary files /dev/null and b/app/src/web/static/images/web-app-manifest-192x192.png differ diff --git a/app/src/web/static/images/web-app-manifest-512x512.png b/app/src/web/static/images/web-app-manifest-512x512.png new file mode 100644 index 0000000..1ec9ad0 Binary files /dev/null and b/app/src/web/static/images/web-app-manifest-512x512.png differ