{
  "name": "The Fallback",
  "short_name": "The Fallback",
  "description": "Route planning for life on the move",
  "start_url": "/thefallback/",
  "scope": "/thefallback/",
  "display": "standalone",
  "background_color": "#3d5a4c",
  "theme_color": "#3d5a4c",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "navigation", "lifestyle"],
  "shortcuts": [
    {
      "name": "Log Location",
      "short_name": "Log",
      "description": "Quickly log a new camping location",
      "url": "/thefallback/?action=log",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
