{
  "name": "Customer Portal V2",
  "short_name": "myWorldlinkLite",
  "start_url": "./",

  "icons": [
    {
      "src": "/images/1024-Icon.png",
      "type": "image/png",
      "sizes": "1024x1024"
    },
    {
      "src": "/images/512-Icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/images/256-Icon.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "/images/192-Icon.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "background_color": "#3E4EB8",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#476FBC",
  "shortcuts": [
    {
      "name": "WiFi Settings",
      "description": "access the online services feature directly",
      "url": "/online-services/router-settings",
      "icons": [
        {
          "src": "/images/WiFi-setting.png",
          "type": "image/png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Support",
      "description": "access the customer support feature directly",
      "url": "/support-issues",
      "icons": [
        {
          "src": "/images/support.png",
          "type": "image/png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Timeline",
      "description": "view your timeline directly",
      "url": "/user-timeline",
      "icons": [
        {
          "src": "/images/timeline.png",
          "type": "image/png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Bandwidth Selector",
      "description": "view your timeline directly",
      "url": "/online-services/bandwidth-selector",
      "icons": [
        {
          "src": "/images/bandwidth-selector.png",
          "type": "image/png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
