feat: Implement Phase 2 features including blog, collections, saved listings, manifest, and api cron sync

This commit is contained in:
AyrisAI
2026-07-12 20:49:41 +03:00
parent 862544b5a1
commit f696d359b0
29 changed files with 3066 additions and 194 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "Marmaris Local Rehberi",
"short_name": "Marmaris Local",
"description": "Marmaris'in yerel rehberi, gurme mekanları ve gizli gezi noktaları.",
"start_url": "/tr",
"display": "standalone",
"background_color": "#FBFAF6",
"theme_color": "#123238",
"orientation": "portrait",
"icons": [
{
"src": "/globe.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/globe.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}