{
  "id": "/login?role=owner",
  "short_name": "MG Owner",
  "name": "MobilityGrid - Fleet Owner",
  "description": "Manage your EV fleet, drivers, and earnings with MobilityGrid",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/login?role=owner",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#4f46e5",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "screenshot-owner.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MobilityGrid Fleet Owner Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View fleet overview",
      "url": "/owner/dashboard",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Drivers",
      "short_name": "Drivers",
      "description": "Manage your drivers",
      "url": "/owner/dashboard?tab=drivers",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Earnings",
      "short_name": "Earnings",
      "description": "View earnings and payouts",
      "url": "/owner/dashboard?tab=earnings",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/owner/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "file_handlers": [
    {
      "action": "/owner/dashboard",
      "accept": {
        "text/csv": [
          ".csv"
        ],
        "application/pdf": [
          ".pdf"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/png": [
          ".png"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+mg",
      "url": "/owner/dashboard?q=%s"
    }
  ],
  "widgets": [
    {
      "name": "Fleet Status",
      "tag": "fleet-status",
      "ms_ac_template": "/widget/ac-template.json",
      "data": "/api/widget/fleet-status",
      "description": "Quick fleet overview",
      "screenshots": [
        {
          "src": "screenshot-owner.png",
          "sizes": "1080x1920",
          "label": "Fleet Status"
        }
      ],
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 3600
    }
  ],
  "note_taking": {
    "new_note_url": "/owner/dashboard?action=note"
  },
  "tab_strip": {
    "home_tab_icon": {
      "src": "icon-192.png",
      "sizes": "192x192"
    }
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "scope_extensions": [
    {
      "origin": "https://mobilitygrid.in"
    },
    {
      "origin": "https://www.mobilitygrid.in"
    }
  ]
}