{
  "manifest_version": 3,
  "name": "SuperClear AI",
  "version": "1.0.46",
  "description": "SuperClear AI uses computer vision to detect WRB install defects, ensuring proper building envelope QC through automation.",
  "short_name": "SuperClear AI",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#0052f1",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "categories": ["productivity", "utilities", "construction"],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Create Inspection",
      "url": "/?action=create",
      "icons": [
        {
          "src": "create-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
