{
    "$schema": "https://sheldon.nz/manifest.json",
    "name": "Sheldon's Portfolio",
    "short_name": "Sheldon's Portfolio",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#fff",
    "description": "Portfolio page of Sheldon Dsouza.",
    "icons": [{
      "src": "assets/assets/images/touch/homescreen48.png",
      "sizes": "48x48",
      "type": "image/png"
    }, {
      "src": "assets/images/touch/homescreen72.png",
      "sizes": "72x72",
      "type": "image/png"
    }, {
      "src": "assets/images/touch/homescreen96.png",
      "sizes": "96x96",
      "type": "image/png"
    }, {
      "src": "assets/images/touch/homescreen144.png",
      "sizes": "144x144",
      "type": "image/png"
    }, {
      "src": "assets/images/touch/homescreen168.png",
      "sizes": "168x168",
      "type": "image/png"
    }, {
      "src": "assets/images/touch/homescreen192.png",
      "sizes": "192x192",
      "type": "image/png"
    }]
  }