{
  "name": "Plot Travel - Your Travel Wallet",
  "short_name": "Plot",
  "description": "Store and manage all your travel confirmations in one place. Offline-first travel itinerary app.",
  "start_url": "/trips",
  "display": "standalone",
  "background_color": "#F8F7FF",
  "theme_color": "#2E1065",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Trips",
      "short_name": "Trips",
      "description": "View all your trips",
      "url": "/trips",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["travel", "lifestyle", "productivity"],
  "screenshots": []
}
