Files
animexe/public/manifest.json
T
2026-07-14 00:01:48 +03:00

45 lines
986 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Animexe",
"short_name": "Animexe",
"description": "Türkçe anime izle — ücretsiz HD kalitede",
"start_url": "/",
"display": "standalone",
"background_color": "#06060d",
"theme_color": "#06060d",
"orientation": "any",
"lang": "tr",
"scope": "/",
"icons": [
{
"src": "/logo.jpg",
"sizes": "192x192",
"type": "image/jpeg",
"purpose": "any maskable"
},
{
"src": "/logo.jpg",
"sizes": "512x512",
"type": "image/jpeg",
"purpose": "any maskable"
}
],
"categories": ["entertainment"],
"screenshots": [],
"shortcuts": [
{
"name": "Ara",
"short_name": "Ara",
"description": "Anime ara",
"url": "/search",
"icons": [{ "src": "/logo.jpg", "sizes": "96x96" }]
},
{
"name": "AI Hub",
"short_name": "AI",
"description": "AI anime asistanı",
"url": "/ai",
"icons": [{ "src": "/logo.jpg", "sizes": "96x96" }]
}
]
}