{
  "name": "Warisan Nusantara — Heritage Travel Guide",
  "short_name": "Warisan",
  "description": "The world's first heritage-grade AI travel guide to Southeast Asia. 6 countries, 245+ destinations, daily heritage stories.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#F8F4EC",
  "theme_color": "#C99A3B",
  "dir": "ltr",
  "lang": "en",
  "categories": ["travel", "lifestyle", "education", "books"],
  "id": "/?source=pwa",
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app-icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "shortcuts": [
    {
      "name": "Plan a trip",
      "short_name": "Plan",
      "description": "AI trip planner",
      "url": "/plan",
      "icons": [
        { "src": "/favicon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Today's story",
      "short_name": "Today",
      "description": "100 days in Indonesia — today's heritage story",
      "url": "/journey/100days-id",
      "icons": [
        { "src": "/favicon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Authentic heritage recipes",
      "url": "/recipes",
      "icons": [
        { "src": "/favicon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Interactive heritage map",
      "url": "/map",
      "icons": [
        { "src": "/favicon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/illustrations/hero/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Heritage destinations"
    },
    {
      "src": "/illustrations/hero/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily stories and dishes"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 480
  },

  "launch_handler": {
    "client_mode": "auto"
  },

  "handle_links": "preferred"
}
