{
  "name": "Pack & Go — Travel Toolkit",
  "short_name": "Pack & Go",
  "description": "Your complete travel toolkit. Discover destinations, plan trips, pack smart, save memories.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0066FF",
  "background_color": "#F0F7FF",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "lifestyle", "productivity"],
  "shortcuts": [
    { "name": "My Trips",        "url": "index.html",            "description": "Open your trips dashboard" },
    { "name": "WanderRoll",      "url": "wanderroll.html",       "description": "Discover a destination" },
    { "name": "Currency",        "url": "currency-tracker.html", "description": "Convert and track spending" },
    { "name": "Phrasebook",      "url": "phrasebook.html",       "description": "Look up a travel phrase" }
  ]
}
