{
  "name": "DropNow — Luggage Storage",
  "short_name": "DropNow",
  "description": "Store your luggage at trusted locations across Canada. Instant QR check-in. Eligible bookings covered under DropNow's Protection Policy.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#0fba9e",
  "background_color": "#ffffff",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "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": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "Find Storage",
      "short_name": "Locations",
      "url": "locations",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }],
      "description": "Browse luggage storage locations near you"
    },
    {
      "name": "My Bookings",
      "short_name": "My Bags",
      "url": "account/bookings",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }],
      "description": "View your active bookings and QR codes"
    },
    {
      "name": "Lookup Booking",
      "short_name": "Lookup",
      "url": "lookup",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }],
      "description": "Find a booking by code or email"
    }
  ],
  "screenshots": [
    {
      "src": "opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "DropNow luggage storage marketplace"
    }
  ]
}
