{
  "background_color": "#121212",
  "description": "Synapse word puzzle game — React Native + Expo client",
  "display": "standalone",
  "lang": "en",
  "name": "Synapse",
  "short_name": "Synapse",
  "start_url": "/?utm_source=web_app_manifest",
  "orientation": "portrait",
  "related_applications": [
    {
      "platform": "itunes",
      "id": "com.yourcompany.synapse"
    },
    {
      "platform": "play",
      "url": "http://play.google.com/store/apps/details?id=com.yourcompany.synapse",
      "id": "com.yourcompany.synapse"
    }
  ],
  "prefer_related_applications": true
}