{
  "name": "Y-NO Smart Inventory",
  "short_name": "Y-NO",
  "description": "Your AI-powered inventory assistant. Know where everything is.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "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": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Scan Item",
      "url": "/scan",
      "description": "Scan a new item into inventory"
    },
    {
      "name": "My Spaces",
      "url": "/spaces",
      "description": "Browse your spaces and locations"
    }
  ]
}
