{
  "name": "Ndabistar Enterprise",
  "short_name": "Ndabistar",
  "description": "Ndabistar Enterprise — Owner Control System",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0d0d14",
  "background_color": "#0d0d14",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Council Room",
      "short_name": "Council",
      "url": "/dashboard/council",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Systems",
      "short_name": "Systems",
      "url": "/dashboard/systems",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
