diff --git a/frontend/src/app.html b/frontend/src/app.html
index 99492c9..8ed6dab 100644
--- a/frontend/src/app.html
+++ b/frontend/src/app.html
@@ -8,7 +8,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
%sveltekit.head%
diff --git a/frontend/static/browserconfig.xml b/frontend/static/browserconfig.xml
new file mode 100644
index 0000000..746848c
--- /dev/null
+++ b/frontend/static/browserconfig.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+ #615880
+
+
+
diff --git a/frontend/static/favicon.ico b/frontend/static/favicon.ico
new file mode 100644
index 0000000..812dbc1
Binary files /dev/null and b/frontend/static/favicon.ico differ
diff --git a/frontend/static/images/android-icon-144x144.png b/frontend/static/images/android-icon-144x144.png
new file mode 100644
index 0000000..34eb091
Binary files /dev/null and b/frontend/static/images/android-icon-144x144.png differ
diff --git a/frontend/static/images/android-icon-192x192.png b/frontend/static/images/android-icon-192x192.png
new file mode 100644
index 0000000..e3444e9
Binary files /dev/null and b/frontend/static/images/android-icon-192x192.png differ
diff --git a/frontend/static/images/android-icon-36x36.png b/frontend/static/images/android-icon-36x36.png
new file mode 100644
index 0000000..5788f0f
Binary files /dev/null and b/frontend/static/images/android-icon-36x36.png differ
diff --git a/frontend/static/images/android-icon-48x48.png b/frontend/static/images/android-icon-48x48.png
new file mode 100644
index 0000000..ed5aef8
Binary files /dev/null and b/frontend/static/images/android-icon-48x48.png differ
diff --git a/frontend/static/images/android-icon-72x72.png b/frontend/static/images/android-icon-72x72.png
new file mode 100644
index 0000000..a57649b
Binary files /dev/null and b/frontend/static/images/android-icon-72x72.png differ
diff --git a/frontend/static/images/android-icon-96x96.png b/frontend/static/images/android-icon-96x96.png
new file mode 100644
index 0000000..71c2493
Binary files /dev/null and b/frontend/static/images/android-icon-96x96.png differ
diff --git a/frontend/static/images/apple-icon-114x114.png b/frontend/static/images/apple-icon-114x114.png
new file mode 100644
index 0000000..7c706ab
Binary files /dev/null and b/frontend/static/images/apple-icon-114x114.png differ
diff --git a/frontend/static/images/apple-icon-120x120.png b/frontend/static/images/apple-icon-120x120.png
new file mode 100644
index 0000000..5c65977
Binary files /dev/null and b/frontend/static/images/apple-icon-120x120.png differ
diff --git a/frontend/static/images/apple-icon-144x144.png b/frontend/static/images/apple-icon-144x144.png
new file mode 100644
index 0000000..34eb091
Binary files /dev/null and b/frontend/static/images/apple-icon-144x144.png differ
diff --git a/frontend/static/images/apple-icon-152x152.png b/frontend/static/images/apple-icon-152x152.png
new file mode 100644
index 0000000..0096fc7
Binary files /dev/null and b/frontend/static/images/apple-icon-152x152.png differ
diff --git a/frontend/static/images/apple-icon-180x180.png b/frontend/static/images/apple-icon-180x180.png
new file mode 100644
index 0000000..72852d7
Binary files /dev/null and b/frontend/static/images/apple-icon-180x180.png differ
diff --git a/frontend/static/images/apple-icon-57x57.png b/frontend/static/images/apple-icon-57x57.png
new file mode 100644
index 0000000..f69ff76
Binary files /dev/null and b/frontend/static/images/apple-icon-57x57.png differ
diff --git a/frontend/static/images/apple-icon-60x60.png b/frontend/static/images/apple-icon-60x60.png
new file mode 100644
index 0000000..6a584fd
Binary files /dev/null and b/frontend/static/images/apple-icon-60x60.png differ
diff --git a/frontend/static/images/apple-icon-72x72.png b/frontend/static/images/apple-icon-72x72.png
new file mode 100644
index 0000000..a57649b
Binary files /dev/null and b/frontend/static/images/apple-icon-72x72.png differ
diff --git a/frontend/static/images/apple-icon-76x76.png b/frontend/static/images/apple-icon-76x76.png
new file mode 100644
index 0000000..aa260fa
Binary files /dev/null and b/frontend/static/images/apple-icon-76x76.png differ
diff --git a/frontend/static/images/apple-icon-precomposed.png b/frontend/static/images/apple-icon-precomposed.png
new file mode 100644
index 0000000..a15a379
Binary files /dev/null and b/frontend/static/images/apple-icon-precomposed.png differ
diff --git a/frontend/static/images/apple-icon.png b/frontend/static/images/apple-icon.png
new file mode 100644
index 0000000..a15a379
Binary files /dev/null and b/frontend/static/images/apple-icon.png differ
diff --git a/frontend/static/images/favicon-16x16.png b/frontend/static/images/favicon-16x16.png
new file mode 100644
index 0000000..4860d9f
Binary files /dev/null and b/frontend/static/images/favicon-16x16.png differ
diff --git a/frontend/static/images/favicon-32x32.png b/frontend/static/images/favicon-32x32.png
new file mode 100644
index 0000000..d51d3d3
Binary files /dev/null and b/frontend/static/images/favicon-32x32.png differ
diff --git a/frontend/static/images/favicon-96x96.png b/frontend/static/images/favicon-96x96.png
new file mode 100644
index 0000000..8a67b3d
Binary files /dev/null and b/frontend/static/images/favicon-96x96.png differ
diff --git a/frontend/static/images/favicon-bg.png b/frontend/static/images/favicon-bg.png
new file mode 100644
index 0000000..4c52e1a
Binary files /dev/null and b/frontend/static/images/favicon-bg.png differ
diff --git a/frontend/static/images/favicon.png b/frontend/static/images/favicon.png
new file mode 100644
index 0000000..2ffd366
Binary files /dev/null and b/frontend/static/images/favicon.png differ
diff --git a/frontend/static/images/ms-icon-144x144.png b/frontend/static/images/ms-icon-144x144.png
new file mode 100644
index 0000000..103a7f1
Binary files /dev/null and b/frontend/static/images/ms-icon-144x144.png differ
diff --git a/frontend/static/images/ms-icon-150x150.png b/frontend/static/images/ms-icon-150x150.png
new file mode 100644
index 0000000..7d71939
Binary files /dev/null and b/frontend/static/images/ms-icon-150x150.png differ
diff --git a/frontend/static/images/ms-icon-310x310.png b/frontend/static/images/ms-icon-310x310.png
new file mode 100644
index 0000000..1a8c389
Binary files /dev/null and b/frontend/static/images/ms-icon-310x310.png differ
diff --git a/frontend/static/images/ms-icon-70x70.png b/frontend/static/images/ms-icon-70x70.png
new file mode 100644
index 0000000..c3e84df
Binary files /dev/null and b/frontend/static/images/ms-icon-70x70.png differ
diff --git a/frontend/static/manifest.webmanifest b/frontend/static/manifest.webmanifest
index 2f96fca..877ed53 100644
--- a/frontend/static/manifest.webmanifest
+++ b/frontend/static/manifest.webmanifest
@@ -1,31 +1,55 @@
{
- "name": "Tanabata",
+ "name": "Tanabata File Manager",
"short_name": "Tanabata",
+ "lang": "en-US",
"description": "Multi-user tag-based file manager",
"start_url": "/files",
"scope": "/",
"display": "standalone",
- "orientation": "portrait-primary",
"background_color": "#312F45",
"theme_color": "#312F45",
"icons": [
{
- "src": "/images/icon-192.png",
+ "src": "/images/android-icon-36x36.png",
+ "sizes": "36x36",
+ "type": "image/png"
+ },
+ {
+ "src": "/images/android-icon-48x48.png",
+ "sizes": "48x48",
+ "type": "image/png"
+ },
+ {
+ "src": "/images/android-icon-72x72.png",
+ "sizes": "72x72",
+ "type": "image/png"
+ },
+ {
+ "src": "/images/android-icon-96x96.png",
+ "sizes": "96x96",
+ "type": "image/png"
+ },
+ {
+ "src": "/images/android-icon-144x144.png",
+ "sizes": "144x144",
+ "type": "image/png"
+ },
+ {
+ "src": "/images/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
- "src": "/images/icon-512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "any"
+ "src": "/images/apple-icon-180x180.png",
+ "sizes": "180x180",
+ "type": "image/png"
},
{
- "src": "/images/icon-maskable-512.png",
- "sizes": "512x512",
+ "src": "/images/ms-icon-310x310.png",
+ "sizes": "310x310",
"type": "image/png",
- "purpose": "maskable"
+ "purpose": "any maskable"
}
]
}
\ No newline at end of file