{
  "name": "Portfolio Website",
  "short_name": "Portfolio",
  "description": "Offline Portfolio application",
  "theme_color": "#243B55",
  "background_color": "#141E30",
  "start_url": "index.html",
  "scope": "/",
  "id": "index.html",
  "display": "standalone",
  "lang": " en_us",
  "dir": "auto",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/app/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-284x284.png",
      "sizes": "284x284",
      "type": "image/png"
    },
    {
      "src": "/app/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "../img/ScreenShot.png",
      "sizes": "1920x977",
      "type": "image/png",
      "description": "A screenshot of the start page"
    }
  ],
  "related_applications": [
    {
      "platform": "windows",
      "url": " The URL to your app in that app store"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Start Live Session",
      "short_name": "Start Live",
      "description": "Jump direction into starting or joining a live session",
      "url": "/index.html",
      "icons": [
        {
          "src": "/app/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
