{
  "name": "BeanTrack",
  "short_name": "BeanTrack",
  "description": "Track your specialty coffee beans — freshness, usage, and tasting notes",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#fdf6ec",
  "theme_color": "#5c2f10",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Bag",
      "short_name": "Add",
      "url": "/bags/new",
      "description": "Add a new coffee bag"
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "url": "/inventory",
      "description": "View your coffee inventory"
    }
  ],
  "categories": ["food", "lifestyle", "utilities"]
}
