{
  "name": "Newsconseen OS",
  "short_name": "Newsconseen",
  "description": "Newsconseen Business Manager Desktop Shell",
  "start_url": "/Desktop",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#10b981",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "https://placehold.co/192x192/0a0f1e/10b981?text=N&font=montserrat",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://placehold.co/512x512/0a0f1e/10b981?text=N&font=montserrat",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Open Tasks",
      "url": "/Tasks",
      "icons": [{ "src": "https://placehold.co/96x96/0a0f1e/10b981?text=T", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open Dashboard",
      "url": "/Dashboard",
      "icons": [{ "src": "https://placehold.co/96x96/0a0f1e/10b981?text=D", "sizes": "96x96" }]
    },
    {
      "name": "Field Agent",
      "short_name": "Field",
      "description": "Mobile field agent — offline task capture",
      "url": "/Mobile",
      "icons": [{ "src": "https://placehold.co/96x96/0a0f1e/10b981?text=F", "sizes": "96x96" }]
    }
  ]
}
