{
  "id": "com.gotomart.app",
  "name": "Go To Mart",
  "short_name": "GoToMart",
  "description": "Get groceries, vegetables, and daily essentials delivered fast.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#1a1f4e",
  "theme_color": "#25165b",
  "lang": "en-IN",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "categories": ["shopping", "food", "lifestyle"],

  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },

  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+gotomart",
      "url": "/?q=%s"
    }
  ],

  "file_handlers": [],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "note_taking": {
    "new_note_url": "/"
  },

  "widgets": [
    {
      "name": "Go To Mart Orders",
      "description": "Check your recent orders at a glance.",
      "tag": "recent-orders",
      "ms_ac_template": "/widgets/orders-template.json",
      "data": "/widgets/orders-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/screenshot-narrow.png",
          "sizes": "1080x1920",
          "label": "Go To Mart Orders Widget"
        }
      ],
      "icons": [
        { "src": "/icons/icon-96x96.png", "sizes": "96x96" }
      ]
    }
  ],
  "scope_extensions": [
    { "origin": "https://gotomart.live" },
    { "origin": "https://www.gotomart.live" }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://www.gotomart.live/manifest.json",
      "id": "com.gotomart.app"
    }
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Go To Mart — Home Screen"
    },
    {
      "src": "/screenshots/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Go To Mart — Browse Products"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Shop",
      "description": "Browse all products",
      "url": "/",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
