{
  "short_name": "REACT_APP_NAME",
  "name": "REACT_APP_NAME",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "id": "org.synesisit.convay",
      "platform": "chromeos_play"
    }
  ],

  "icons": [
    {
      "src": "images/favicon-REACT_APP_NAME.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#ffff",
  "background_color": "#ffffff"
}
