{
  "name": "What's In My Bin",
  "short_name": "My Bins",
  "description": "Turn any storage bin into a scannable inventory. Print a QR label, scan with any phone, see what's inside instantly.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1D9E75",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icon",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opengraph-image",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
