{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Complos",
  "short_name": "Complos",
  "description": "Mobile-first regulatory-compliance platform for septic inspectors. MA Title 5 plus 18 more states — regulator-faithful PDFs, automated Board of Health submission, and a 7-day trial.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F2EC",
  "theme_color": "#F4F2EC",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/manifest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
