{
  "name": "CurbSight",
  "short_name": "CurbSight",
  "description": "Property intelligence for home-services contractors — scored leads, hail history, and the map at the door.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0D0D12",
  "theme_color": "#E8943A",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Pick",
      "short_name": "Pick",
      "description": "Open the morning lead",
      "url": "/dashboard?showPick=1"
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Open the tactical map",
      "url": "/dashboard?page=map"
    },
    {
      "name": "Activity",
      "short_name": "Log",
      "description": "Log a knock",
      "url": "/activity"
    }
  ]
}
