{
  "name": "SnapBiz - Digital Catalog Platform",
  "short_name": "SnapBiz",
  "description": "Create beautiful digital catalogs with QR codes and share with customers easily",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e3a8a",
  "background_color": "#ffffff",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "https://snapbiz.club/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://snapbiz.club/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "https://snapbiz.club/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://snapbiz.club/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://snapbiz.club/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Catalog",
      "short_name": "Create",
      "description": "Create a new digital catalog",
      "url": "/create",
      "icons": [
        {
          "src": "https://snapbiz.club/logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Catalogs",
      "short_name": "Catalogs",
      "description": "View your catalogs",
      "url": "/dashboard",
      "icons": [
        {
          "src": "https://snapbiz.club/logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
