{
  "name": "GeoPark",
  "short_name": "GeoPark",
  "description": "Smart Parking Management — Book, manage, and optimize parking for your organization",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0d9488",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "categories": ["business", "productivity", "utilities", "transportation"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GeoPark Dashboard — Overview of your parking bookings and availability"
    },
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GeoPark Mobile — Quick booking from your phone"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Book",
      "short_name": "Book",
      "description": "Book a parking spot for today",
      "url": "/book",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your upcoming and past bookings",
      "url": "/bookings",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View parking calendar",
      "url": "/calendar",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
}
