refactor: move SVGs and style.css to static/assets/ and update references

This commit is contained in:
2026-05-10 20:28:01 +02:00
parent 790a384f58
commit 91aa0de67d
16 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "MyAnimeList",
"short_name": "MAL",
"description": "Personal Anime Watchlist and Discovery",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#fb923c",
"icons": [
{
"src": "/static/assets/app-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/static/assets/app-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}