This commit is contained in:
2026-03-29 20:52:57 -05:00
parent a97c3a5b57
commit cf155183f2
102 changed files with 55674 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "Animex",
"short_name": "Animex",
"description": "Animex - Anime and Manga Search and Player",
"start_url": "/?source=pwa",
"scope": "/",
"display": "standalone",
"background_color": "#0b0b0b",
"theme_color": "#FF9500",
"icons": [
{
"src": "/Resources/Images/logo-256.png",
"sizes": "400x400",
"type": "image/png"
},
{
"src": "/Resources/Images/logo-196.png",
"sizes": "196x196",
"type": "image/png"
},
{
"src": "/Resources/Images/logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}