{
  "name": "Pelgrim — Travel log + chain map",
  "short_name": "Pelgrim",
  "description": "Your travel log. Plus a hotel chain map that knows where you've been.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1d4ed8",
  "lang": "en",
  "categories": ["travel", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add flight",
      "short_name": "Flight",
      "url": "/flight_form.php",
      "description": "Log a new flight"
    },
    {
      "name": "Add stay",
      "short_name": "Stay",
      "url": "/stay_form.php",
      "description": "Log a hotel stay"
    },
    {
      "name": "Chain map",
      "short_name": "Chains",
      "url": "/chain.php",
      "description": "Browse the chain hotel catalog"
    }
  ]
}
