{
  "name": "Nexara Dashboard",
  "short_name": "Nexara",
  "description": "Your AI Receptionist. Live 24/7.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#080810",
  "theme_color": "#080810",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/nexara-pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/nexara-pwa-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/nexara-pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/nexara-symbol.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Overview",
      "url": "/dashboard",
      "icons": [{ "src": "/nexara-pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calls",
      "url": "/dashboard/calls",
      "icons": [{ "src": "/nexara-pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "url": "/dashboard/settings",
      "icons": [{ "src": "/nexara-pwa-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false
}
