chromium/chrome/test/data/extensions/api_test/webrequest/test_redirects_workers/manifest.json

{
  "name": "test_redirects_workers",
  "version": "1.0",
  "manifest_version": 2,
  "description":
      "Tests the webRequest API redirects to data: URLs around workers.",
  "permissions": ["webRequest", "webRequestBlocking",
                  "tabs", "<all_urls>"],
  "background": {
    "scripts": ["test_redirects_workers.js"],
    "persistent": true
  }
}