{
  "name": "Zaid Mobile Shop",
  "short_name": "Zaid Mobile Shop",
  "description": "Your trusted partner for new and second-hand mobile phones. Best deals on Apple, Samsung, OnePlus and more!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "mobile.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "mobile.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "business"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Browse Mobiles",
      "short_name": "Browse",
      "description": "View all available mobile phones",
      "url": "/index.html",
      "icons": [
        {
          "src": "mobile.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your selected mobiles",
      "url": "/mymobiles.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Services",
      "short_name": "Services",
      "description": "Mobile repair services",
      "url": "/services.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
