Files
marmarislocal/public/manifest.json
T

23 lines
511 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": "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"
}
]
}