{
  "name": "stacker news",
  "short_name": "SN",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/android-chrome-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/android-chrome-24x24.png",
      "type": "image/png",
      "sizes": "24x24"
    }
  ],
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#000000",
  "id": "/",
  "start_url": "/",
  "url_handlers": [
    {
      "origin": "https://stacker.news"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}