{
  "background_color": "#ffffff",
  "dir": "ltr",
  "display": "standalone",
  "name": "FB News Sharer",
  "orientation": "any",
  "scope": "/",
  "short_name": "FB News Sharer",
  "start_url": "/?source=pwa",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-richer.png",
      "sizes": "1137x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop View"
    },
    {
      "src": "screenshot-mobile.jpg",
      "sizes": "1080x1160",
      "type": "image/jpg",
      "label": "Mobile View"
    }
  ],
  "id": "fbnews-share",
  "description": "Share News on FB again!",
  "share_target": {
    "action": "/share/",
    "method": "POST",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
}
}