{
  "name": "Your Japan Journey — Interactive Trip Planner",
  "short_name": "Japan Journey",
  "description": "An interactive planner for your trip to Japan. Itinerary, budget, JR Pass calculator, 40 essential phrases, culture rules, seasonal packing.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F5F0E4",
  "theme_color": "#9E3424",
  "lang": "en",
  "categories": ["travel", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
