{
  "id": "/travel/?source=pwa",
  "name": "Travel Planner",
  "short_name": "Travel",
  "description": "Offline-first travel planner: packing lists, notes, itinerary and budget.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F5F3F8",
  "theme_color": "#F5F3F8",
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "shortcuts": [
    {
      "name": "Open current trip",
      "short_name": "Current trip",
      "description": "Jump straight into the trip you last had open.",
      "url": "./index.html?shortcut=trip",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Packing list",
      "short_name": "Packing",
      "description": "Open the current trip's packing checklist.",
      "url": "./index.html?shortcut=packing",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Today's plan",
      "short_name": "Plan",
      "description": "Open the current trip's itinerary.",
      "url": "./index.html?shortcut=plan",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ]
}
