{
  "id": "/vendor/?source=pwa",
  "name": "MayIHelpU Vendor Partner Portal",
  "short_name": "Vendor App",
  "description": "Enterprise SaaS Partner Portal, POS & Lead CRM for MayIHelpU Service Providers",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/vendor/dashboard.php",
  "scope": "/vendor/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "categories": [
    "business",
    "productivity",
    "utilities",
    "finance"
  ],
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52e9",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=in.mayihelpu.vendor",
      "id": "in.mayihelpu.vendor"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/vendor/add_lead.php"
  },
  "scope_extensions": [
    {
      "origin": "*.mayihelpu.in"
    }
  ],
  "icons": [
    {
      "src": "/assets/img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vendor Dashboard",
      "short_name": "Dashboard",
      "description": "View overall business performance metrics and leads snapshot",
      "url": "/vendor/dashboard.php",
      "icons": [
        {
          "src": "/assets/img/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Lead Management",
      "short_name": "Leads",
      "description": "Access and manage incoming customer leads",
      "url": "/vendor/leads.php",
      "icons": [
        {
          "src": "/assets/img/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Billing & Invoices",
      "short_name": "Invoices",
      "description": "Create, issue and track vendor invoices",
      "url": "/vendor/invoices.php",
      "icons": [
        {
          "src": "/assets/img/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Service Catalog",
      "short_name": "Services",
      "description": "Update service offerings, prices and packages",
      "url": "/vendor/services.php",
      "icons": [
        {
          "src": "/assets/img/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/img/favicon.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vendor Portal Desktop Dashboard"
    },
    {
      "src": "/assets/img/favicon.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vendor Portal Mobile App Interface"
    }
  ],
  "share_target": {
    "action": "/vendor/add_lead.php",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+mayihelpu",
      "url": "/vendor/dashboard.php?ref=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/vendor/invoices.php",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Vendor Live Leads Widget",
      "description": "Real-time lead summary and quick action widget",
      "tag": "vendor-leads",
      "ms_ac_template": "widget.json",
      "data": "widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/assets/img/favicon.png",
          "sizes": "512x512",
          "label": "Live Vendor Leads Widget"
        }
      ],
      "icons": [
        {
          "src": "/assets/img/favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
