{
  "name": "PartFlow Pro",
  "short_name": "PartFlow",
  "description": "Professional industrial inventory tracker with offline-first sync.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2897/2897785.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "requestFramePermissions": [
    "camera",
    "geolocation"
  ]
}