{
  "name": "FIHL",
  "short_name": "FIHL",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff",
  "description": "Test for FIHL PWA.",
  "icons": [
    {
      "src": "fihl/images/FihlLogo48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "fihl/images/FihlLogo72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "fihl/images/FihlLogo96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "fihl/images/FihlLogo144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "fihl/images/FihlLogo168.png",
      "sizes": "168x168",
      "type": "image/png"
    },
    {
      "src": "fihl/images/FihlLogo192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "How's weather today?",
      "short_name": "Today",
      "description": "View weather information for today",
      "url": "/today?source=pwa",
      "icons": [
        {
          "src": "/images/today.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "How's weather tomorrow?",
      "short_name": "Tomorrow",
      "description": "View weather information for tomorrow",
      "url": "/tomorrow?source=pwa",
      "icons": [
        {
          "src": "/images/tomorrow.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}