Initial commit: Animexe Laravel platform

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 00:01:48 +03:00
co-authored by Claude Opus 4.8
commit a63515cfc6
366 changed files with 74773 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
{
"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" }]
}
]
}