{
  "id": "com.zomindia.app",
  "name": "Zomindia",
  "short_name": "Zomindia",
  "description": "India's premium home service marketplace. Trusted experts for cleaning, repairs, and beauty at home in Indore.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0a2540",
  "categories": ["business", "utilities", "lifestyle"],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Zomindia Mobile Home Screen"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Zomindia Desktop Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Special Offers",
      "short_name": "Offers",
      "description": "View active deals and coupon discounts",
      "url": "/#offers",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Profile Settings",
      "short_name": "Profile",
      "description": "View and manage your service user account",
      "url": "/#profile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+zomindia",
      "url": "/?uri=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/open-config",
      "accept": {
        "application/json": [".ziconfig"]
      },
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Active Bookings Tracker",
      "short_name": "Bookings",
      "description": "Real-time track Indore home service booking status",
      "tag": "booking-widget",
      "template": "booking-widget-template",
      "ms_template": "booking-widget-template",
      "data": "/widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512",
          "type": "image/png",
          "label": "Tracker Widget"
        }
      ],
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "note_taking": {
    "new_note_url": "/#notes"
  },
  "scope_extensions": [
    {
      "origin": "https://zomindia.app"
    }
  ]
}
