{
  "name": "5xWhys — Free Root Cause Analysis Tool",
  "short_name": "5xWhys",
  "description": "Free interactive 5 Whys root cause analysis tool. No signup, no downloads. Ask Why five times to find the real cause.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#4285f4",
  "categories": ["productivity", "business", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start New Analysis",
      "short_name": "New Analysis",
      "url": "/tools/5-whys/",
      "description": "Start a new 5 Whys root cause analysis"
    },
    {
      "name": "Fishbone Diagram",
      "short_name": "Fishbone",
      "url": "/tools/fishbone/",
      "description": "Build an Ishikawa cause-and-effect diagram"
    },
    {
      "name": "Pareto Chart Maker",
      "short_name": "Pareto",
      "url": "/tools/pareto/",
      "description": "Apply the 80/20 rule to prioritize causes with a Pareto chart"
    },
    {
      "name": "Read Blog",
      "short_name": "Blog",
      "url": "/articles/",
      "description": "Browse articles about root cause analysis"
    }
  ]
}
