{
  "name": "BioShield Integration",
  "short_name": "BioShield",
  "description": "Sovereign Agricultural Intelligence Platform",
  
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  
  "theme_color": "#3B3B6D",
  "background_color": "#3B3B6D",
  
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/#dashboard"
    }
  ],
  
  "categories": ["agriculture", "productivity"]
}