{
  "name": "AutoProductHub - Product Catalog Website Creator",
  "short_name": "AutoProductHub",
  "description": "Create professional product catalog websites in minutes. Perfect for manufacturers, suppliers, and businesses that want to showcase their products online with built-in inquiry forms.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e293b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/seller-generated-website.png",
      "sizes": "1200x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Generated website example"
    },
    {
      "src": "/seller-dashboard-scaled.png",
      "sizes": "1200x800", 
      "type": "image/png",
      "form_factor": "wide",
      "label": "Management dashboard"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "View Pricing",
      "short_name": "Pricing",
      "description": "View our pricing plans and start your free trial",
      "url": "/pricing",
      "icons": [
        {
          "src": "/favicon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with our support team",
      "url": "/contact",
      "icons": [
        {
          "src": "/favicon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}