{
  "name": "ABCN",
  "short_name": "ABCN",
  "description": "Professional call tracking and contact management system for sales teams",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Outreach Mode",
      "short_name": "Outreach",
      "description": "Start calling contacts",
      "url": "/?outreach=calling",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "description": "View all contacts",
      "url": "/?view=contacts",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
