{
  "name": "IECN Prospect Map",
  "short_name": "Prospects",
  "description": "Field canvassing map for Integrity Express Courier Network — 137 prospects inside 20 miles of Kennesaw, clustered into route days.",
  "start_url": "./index.html?src=pwa",
  "scope": "./",
  "id": "/iecn-prospect-map/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1F2A44",
  "background_color": "#1F2A44",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Today's Route",
      "short_name": "Route",
      "description": "Open the active route day",
      "url": "./index.html?view=route&src=shortcut",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hot List",
      "short_name": "Hot",
      "description": "Prospects who want a quote or a callback",
      "url": "./index.html?view=hot&src=shortcut",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
