{
  "name": "My HVACR Tool",
  "short_name": "MyHVACR",
  "description": "AI-powered diagnostic platform for HVAC/R field technicians",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1f3d",
  "theme_color": "#0f1f3d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Job",
      "url": "/hvac_units#new-job",
      "description": "Start a new diagnostic job"
    },
    {
      "name": "AI Assistant",
      "url": "/hvac_units#ai-chat",
      "description": "Ask the AI diagnosis assistant"
    },
    {
      "name": "Calculators",
      "url": "/hvac_units#calculators",
      "description": "Open HVAC calculators"
    }
  ]
}