{
  "name": "PWA3",
  "scope": "./",
  "display": "standalone",
  "start_url": "/",
  "background_color": "#000000",
  "bound_webapk": {
    "runtime_host": "org.chromium.chrome",
    "runtime_host_application_name": "Chromium"
  },
  "description": "PWA3",
  "display_mode": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "generated": "",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/icon-192.png",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ],
  "intent_filters": {
    "scope_url_scheme": "https",
    "scope_url_host": "./",
    "scope_url_path": "./"
  },
  "manifest_package": "org.chromium.webapk",
  "orientation": "any",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "scope_url": "./",
  "screenshots": [],
  "short_name": "PWA3",
  "theme_color": "#000000",
  "url": "./",
  "version_code": "1",
  "version_name": "1.0",
  "web_manifest_url": "/manifest.json"
}


