{
  "name": "Historium — Discover Hidden History Around You",
  "short_name": "Historium",
  "description": "Explore 10,000 years of human history with AI timelines, audio tours, AR overlays, and nearby historical sites.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B0E1A",
  "theme_color": "#D4A843",
  "orientation": "portrait-primary",
  "categories": ["education", "travel", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/timeline.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Interactive 10,000-year timeline"
    },
    {
      "src": "/screenshots/nearby.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Discover historical sites near you"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.historyguide.app",
      "url": "https://play.google.com/store/apps/details?id=com.historyguide.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/historium/id000000000"
    }
  ],
  "prefer_related_applications": false,
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "url": "/timeline",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sacred Sites",
      "short_name": "Sites",
      "url": "/sacred-sites",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Guided Tours",
      "short_name": "Tours",
      "url": "/tours",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
