{
  "id": "/",
  "name": "Rental Return",
  "short_name": "Rental Return",
  "description": "Document your rental car's exact condition at return with photos, video, GPS and timestamps.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "utilities", "productivity"],
  "orientation": "portrait",
  "background_color": "#0f3d2e",
  "theme_color": "#0f3d2e",
  "shortcuts": [
    { "name": "New return record", "short_name": "New record", "url": "/new" },
    { "name": "My rentals", "short_name": "Rentals", "url": "/records" }
  ],
  "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.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
