{
  "name": "EverFast KC Field OS",
  "short_name": "FieldOS",
  "description": "EverFast Kansas City door-to-door sales & territory intelligence platform",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "business",
    "utilities"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Map View",
      "short_name": "Map",
      "description": "Open territory map",
      "url": "./index.html#map",
      "icons": [
        {
          "src": "./icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Submit Knock",
      "short_name": "Knock",
      "description": "Log a door knock",
      "url": "./index.html#knock",
      "icons": [
        {
          "src": "./icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "id": "/index.html",
  "scope": "./"
}