{
  "id": "com.hazhar.kurdtrip",
  "name": "KurdTrip — Kurdistan Travel Guide",
  "short_name": "KurdTrip",
  "description": "Complete travel guide to Kurdistan: 98 cities, hotels, restaurants, attractions, AI assistant, offline maps — in 10 languages. By Hazhar Khezri.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#059669",
  "background_color": "#F8F9FA",
  "lang": "en",
  "dir": "auto",
  "categories": ["travel", "navigation", "lifestyle", "education"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Travel Guide",
      "short_name": "AI Guide",
      "description": "Chat with Kurdistan AI travel assistant",
      "url": "/?tab=ai",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore Cities",
      "short_name": "Explore",
      "description": "Browse 98+ Kurdistan destinations",
      "url": "/?tab=explore",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Interactive Map",
      "short_name": "Map",
      "description": "View Kurdistan map with hotels and attractions",
      "url": "/?tab=map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  },
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+kurdtrip",
      "url": "/?city=%s"
    }
  ]
}
