{
  "name": "CartCo - Food Delivery Marketplace",
  "short_name": "CartCo",
  "description": "Order food online from your favorite restaurants. Fast delivery, great prices, and a wide selection of cuisines.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2dbe60",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "shopping", "lifestyle"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/mobile-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/assets/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/tabs/orders",
      "icons": [
        {
          "src": "/assets/icons/shortcut-orders.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search for restaurants and food",
      "url": "/tabs/search",
      "icons": [
        {
          "src": "/assets/icons/shortcut-search.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/tabs/search",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.cartco.user",
      "id": "com.cartco.user"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/cartco/id1234567890"
    }
  ],
  "prefer_related_applications": false
}

