{
  "name": "DSCVR - Treasure Coast Local Explorer",
  "short_name": "DSCVR",
  "description": "Discover the best local businesses, earn points, and explore the Treasure Coast.",
  "start_url": "/onboarding",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f4c75",
  "theme_color": "#0f4c75",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "entertainment", "social"],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Open your Explorer Dashboard",
      "url": "/explorer/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Explore the Treasure Coast",
      "url": "/explore",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "View the DSCVR Leaderboard",
      "url": "/explorer/leaderboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
