feat: Implement Phase 2 features including blog, collections, saved listings, manifest, and api cron sync
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user