{
  "name": "BioShield v3.3.0",
  "short_name": "BioShield",
  "description": "Intelligent Soil Health System - Advanced Predictive Analytics for Soil & Crop Health Monitoring (Accuracy 94.7%)",
  "id": "com.bioshield.v3",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#064e3b",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://github.com/emerladcompass/bioshield/raw/main/docs/image/screenshot-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "any",
      "label": "BioShield Soil Analysis Dashboard"
    },
    {
      "src": "https://github.com/emerladcompass/bioshield/raw/main/docs/image/screenshot-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BioShield Mobile Interface"
    }
  ],
  "categories": ["science", "environment", "agriculture", "productivity", "education"],
  "shortcuts": [
    {
      "name": "Quick Soil Analysis",
      "short_name": "Analyze",
      "description": "Run instant soil health analysis",
      "url": "/?action=analyze",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Download Android App",
      "short_name": "Download",
      "description": "Get BioShield Android APK",
      "url": "https://bioshield-b1.netlify.app/APK/BioShield-v3.3.0.apk",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Documentation",
      "short_name": "Docs",
      "description": "Open BioShield documentation",
      "url": "https://hackmd.io/@LMPdRiaLTTSd4Qo_hB5HwA/BJL89LgIbl",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "version": "3.3.0",
  "author": "Emerald Compass",
  "homepage_url": "https://bioshield-b1.netlify.app/",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://bioshield-b1.netlify.app/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+bioshield",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/?share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "permissions": [
    "clipboard-write"
  ],
  "features": [
    "Soil Health Analysis",
    "AI-Powered Predictions",
    "Offline Support",
    "Data Export"
  ],
  "iarc_rating": "1",
  "related_links": [
    {
      "url": "https://pypi.org/project/bioshield/",
      "label": "PyPI Package"
    },
    {
      "url": "https://gitlab.com/emerladcompass1/BioShield",
      "label": "GitLab Repository"
    }
  ]
}