{
  "id": "/",
  "name": "Ninjanizr",
  "short_name": "Ninjanizr",
  "description": "Ninja-speed home inventory with AI-powered item cataloging.",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "dir": "ltr",
  "lang": "en",
  "orientation": "portrait",
  "theme_color": "#F37021",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities"],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Capture Item",
      "short_name": "Capture",
      "url": "/capture",
      "description": "Quick-capture a new item with camera"
    },
    {
      "name": "Search Inventory",
      "short_name": "Search",
      "url": "/items",
      "description": "Search and browse your items"
    }
  ]
}
