{
  "name": "AI Label Validator",
  "short_name": "AILabelValidator",
  "version": "2.1.6",
  "description": "AI-powered label validation app for FSSAI compliance checking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230d6efd'/><text x='50' y='60' font-size='40' text-anchor='middle' fill='white'>📊</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230d6efd'/><text x='50' y='60' font-size='40' text-anchor='middle' fill='white'>📊</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],

  "features": [
    "barcode-scanning",
    "camera-access",
    "offline-storage",
    "file-upload",
    "sharing"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Scan Barcode",
      "short_name": "Scan",
      "description": "Quickly scan a barcode",
      "url": "/?action=scan"
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View scan history",
      "url": "/?section=history"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Configure app settings",
      "url": "/?section=settings"
    }
  ]
}
