{
  "id": "/",
  "name": "Majestic Pump — Pumps, Motors & Cables",
  "short_name": "Majestic Pump",
  "description": "Global manufacturer and supplier of submersible pumps, openwell monoset pumps, submersible motors and cables. Export-ready supply to 40+ countries.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./index.html?utm_source=pwa",
  "scope": "./",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],

  "orientation": "any",
  "background_color": "#F4F7FB",
  "theme_color": "#0F172A",

  "categories": ["business", "shopping"],
  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",

  "edge_side_panel": {
    "preferred_width": 420
  },

  "protocol_handlers": [
    { "protocol": "tel",    "url": "./contact.html?tel=%s" },
    { "protocol": "mailto", "url": "./contact.html?email=%s" }
  ],

  "icons": [
    { "src": "assets/logo/16.png",  "sizes": "16x16",   "type": "image/png", "purpose": "any" },
    { "src": "assets/logo/192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/logo/512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/logo/192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/logo/512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "assets/hero/pclanding-1.webp",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Majestic Pump — Home"
    },
    {
      "src": "assets/hero/pclanding-2.webp",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Majestic Pump — Products"
    },
    {
      "src": "assets/hero/mp-hero1m.webp",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Majestic Pump — Home on mobile"
    },
    {
      "src": "assets/hero/mp-hero2m.webp",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Majestic Pump — Products on mobile"
    }
  ],

  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Products",
      "url": "./products.html?utm_source=pwa-shortcut&utm_content=products",
      "description": "Browse all submersible pumps, motors and cables",
      "icons": [{ "src": "assets/logo/192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Get a Quote",
      "short_name": "Enquiry",
      "url": "./contact.html?utm_source=pwa-shortcut&utm_content=contact",
      "description": "Send an enquiry or request a price",
      "icons": [{ "src": "assets/logo/192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "About Majestic Pump",
      "short_name": "About",
      "url": "./about.html?utm_source=pwa-shortcut&utm_content=about",
      "description": "Our manufacturing strength and company background",
      "icons": [{ "src": "assets/logo/192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "FAQ",
      "short_name": "FAQ",
      "url": "./faq.html?utm_source=pwa-shortcut&utm_content=faq",
      "description": "Common questions on product selection and supply",
      "icons": [{ "src": "assets/logo/192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
