{
  "id": "/app/",
  "name": "VoochR Web App",
  "short_name": "VoochR",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "background_color": "#F6F9FD",
  "theme_color": "#3C72A5",
  "description": "Open the VoochR web app to browse creator offers.",
  "orientation": "any",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.voochr_app_25",
      "id": "com.voochr_app_25"
    }
  ],
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
