{
  "name": "SafeBase — Safety Management",
  "short_name": "SafeBase",
  "description": "Local-first safety management: incidents, inspections, training, OSHA logs. Works offline on any device.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F5F1EA",
  "theme_color": "#DB7917",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Incident",
      "short_name": "Incident",
      "description": "Log a new safety incident",
      "url": "./index.html#incidents"
    },
    {
      "name": "New Inspection",
      "short_name": "Inspection",
      "description": "Start a jobsite inspection",
      "url": "./index.html#inspections"
    }
  ]
}
