{
  "name": "Status Symbol — Agency OS",
  "short_name": "Status Symbol",
  "description": "Status Symbol Insurance Agency — pipeline, book of business, policies, call scorecard, and the live phone script console.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#101218",
  "theme_color": "#101218",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Phone Script",
      "short_name": "Script",
      "description": "Open the live call console",
      "url": "./index.html#script",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "Move leads through the stages",
      "url": "./index.html#pipeline",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Call Scorecard",
      "short_name": "Scorecard",
      "description": "Score a call against the 33-behavior rubric",
      "url": "./index.html#scorecard",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
