{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Vendrun",
  "short_name": "Vendrun",
  "description": "Vendrun Marketplace",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111111",
  "gcm_sender_id": "103953800507",
  "icons": [
    {
      "src": "/notification-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/notification-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/vendrun-pwa-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}
