{
  "name": "ModelCarHubs - Premium Diecast Model Cars",
  "short_name": "ModelCarHubs",
  "description": "Discover premium diecast model cars from Ferrari, Lamborghini, Porsche & more. Expert reviews, collector stories, and the finest scale models for enthusiasts worldwide.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["shopping", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ModelCarHubs Desktop View"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ModelCarHubs Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Brands",
      "short_name": "Brands",
      "description": "Explore premium model car brands",
      "url": "/brands",
      "icons": [
        {
          "src": "/images/shortcut-brands.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Products",
      "short_name": "Products",
      "description": "Browse our model car collection",
      "url": "/products",
      "icons": [
        {
          "src": "/images/shortcut-products.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Read Stories",
      "short_name": "Stories",
      "description": "Collector stories and reviews",
      "url": "/stories",
      "icons": [
        {
          "src": "/images/shortcut-stories.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}