
{
  "name": "CTC Compliance Helper",
  "short_name": "CTC Helper",
  "description": "For truckers, by truckers. Check CARB compliance, find certified testers, and get AI-powered regulatory help instantly. NOT affiliated with CARB.",
  "id": "ctc-compliance-helper",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e3a8a",
  "theme_color": "#1e3a8a",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-US",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VIN Compliance Check"
    },
    {
      "src": "/screenshots/screen2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Chat Assistant"
    }
  ],
  "shortcuts": [
    {
      "name": "Check VIN",
      "short_name": "VIN",
      "url": "/",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Ask AI",
      "short_name": "Chat",
      "url": "/?view=assistant",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
