{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "GIWS",
  "short_name": "GIWS",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#fff",
  "description": "A readable Hacker News app.",
  "icons": [{
    "src": "android-icon-48x48.png",
    "sizes": "48x48",
    "type": "image/png"
  }, {
    "src": "apple-touch-icon-72x72.png",
    "sizes": "72x72",
    "type": "image/png"
  }, {
    "src": "favicon-96x96.png",
    "sizes": "96x96",
    "type": "image/png"
  }, {
    "src": "apple-touch-icon-144x144.png",
    "sizes": "144x144",
    "type": "image/png"
  }, {
    "src": "android-icon-168x168.png",
    "sizes": "168x168",
    "type": "image/png"
  }, {
    "src": "android-icon-192x192.png",
    "sizes": "192x192",
    "type": "image/png"
  }],
  "related_applications": [{
    "platform": "play",
    "url": "https://play.google.com/store/apps/details?id=com.giws.giws"
  }]
}