Manifest Viewer

Manifest Viewer

View Dash Manifests and fragments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Manifest Viewer",
  "background": {
    "service_worker": "js/background.js"
  },
  "description": "View Dash Manifests and fragments",
  "version": "0.1.1",
  "icons": {
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "*://*/*.mpd*"
  ]
}