{
  "name": "PWA Compat",
  "short_name": "PWA Compat",
  "icons": [
    {
      "src": "logo-192.png",
      "sizes": "192x192"
    }, {
      "src": "logo-64.png",
      "sizes": "64x64"
    }
  ],
  "display": "fullscreen",
  "scope": "/",
  "start_url": "?homescreen=true",
  "orientation": "portrait",
  "theme_color": "#f44b28",
  "background_color": "#fff",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.example.app1",
      "id": "com.example.app1"
    }, {
      "platform": "itunes",
      "url": "https://itunes.apple.com/app/example-app1/id123456789"
    }
  ]
}
