{
  "name": "K-Guide — Korea Life Guide",
  "short_name": "K-Guide",
  "description": "Essential guide for foreigners living and traveling in Korea. Emergency contacts, maps, visa deadlines, local insights and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1E1B4B",
  "background_color": "#1E1B4B",
  "lang": "en",
  "categories": ["lifestyle", "travel", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Emergency Contacts",
      "short_name": "Emergency",
      "description": "Quick access to emergency numbers in Korea",
      "url": "/emergency",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Foreigner-Friendly Map",
      "short_name": "Map",
      "description": "Find foreigner-friendly places near you",
      "url": "/map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Local Insights",
      "short_name": "Insights",
      "description": "Latest tips and news for foreigners in Korea",
      "url": "/insights",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "K-Guide home screen"
    }
  ]
}
