{
  "name": "Zenaclove OppsCenta",
  "short_name": "OppsCenta",
  "id": "/mobile/dashboard",
  "description": "Personal operations center for Valentine Chahul — projects, communications, field activity, and documents in one place.",
  "start_url": "/mobile/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#07101e",
  "theme_color": "#028090",
  "lang": "en-NG",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Log",
      "short_name": "Log",
      "description": "Quickly capture a field update or activity",
      "url": "/mobile/daily-log",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Copilot",
      "short_name": "AI",
      "description": "Chat with the operations copilot",
      "url": "/mobile/copilot",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "View contract timeline and deliverables",
      "url": "/mobile/timeline",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
