{
  "name": "Declutra - Smart Decluttering Assistant",
  "short_name": "Declutra",
  "description": "AI-powered decluttering, inventory, and resale platform",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2563EB",
  "background_color": "#F8FAFC",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],

  "shortcuts": [
    {
      "name": "Take Photos",
      "short_name": "SnapSort",
      "description": "Capture and process item photos with AI",
      "url": "/snapsort/camera",
      "icons": [
        {
          "src": "/icons/camera-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scan Item",
      "short_name": "ScanSell",
      "description": "Scan QR code for item details or checkout",
      "url": "/scansell/scan",
      "icons": [
        {
          "src": "/icons/scan-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Inventory",
      "short_name": "BinBoard",
      "description": "View and organize your items",
      "url": "/binboard/inventory",
      "icons": [
        {
          "src": "/icons/inventory-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "display_override": ["window-controls-overlay"],
  "edge_side_panel": {
    "preferred_width": 400
  },

  "categories": ["productivity", "utilities", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen on mobile"
    },
    {
      "src": "/screenshots/desktop-inventory.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Inventory management on desktop"
    }
  ],

  "prefer_related_applications": false,
  "related_applications": [],

  "file_handlers": [],

  "protocol_handlers": []
}
