{
  "id": "/",
  "name": "StoryWalk",
  "short_name": "StoryWalk",
  "description": "AI audio guide app for self-guided walking tours, city stories, landmarks, and saved travel routes.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/explore",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eff6ff",
  "theme_color": "#2563eb",
  "categories": ["travel", "navigation", "education"],
  "shortcuts": [
    {
      "name": "Explore nearby guides",
      "short_name": "Explore",
      "description": "Find audio walking guides near your current location.",
      "url": "/explore",
      "icons": [
        {
          "src": "/icons/storywalk-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any maskable"
        }
      ]
    },
    {
      "name": "Open saved guides",
      "short_name": "Library",
      "description": "Continue audio guides saved to your StoryWalk library.",
      "url": "/library",
      "icons": [
        {
          "src": "/icons/storywalk-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any maskable"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/storywalk-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
