{
  "name": "JaySmitt Travel Planner",
  "short_name": "Trip Planner",
  "description": "Plan a road trip on a map: stops, real driving times, weather, photos and a video of the journey.",
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#EEF4F5",
  "theme_color": "#12A5C4",
  "categories": ["travel", "navigation", "productivity"],
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open the planner",
      "short_name": "Planner",
      "url": "app.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "How it works",
      "short_name": "Help",
      "url": "instructions.html"
    }
  ]
}
