Initial seoul project import

This commit is contained in:
seo
2026-06-07 00:33:58 +09:00
commit 08c76bc6dd
10 changed files with 596 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "Seoul",
"short_name": "Seoul",
"description": "Seoul server shortcuts",
"start_url": ".",
"scope": ".",
"display": "standalone",
"orientation": "any",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{
"src": "assets/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}