{
  "name": "javascript encoded url test",
  "version": "0.1",
  "manifest_version": 3,
  "description": "Tests that navigating a tab to a encoded javascript URLs.",
  "background": {
    "service_worker": "test.js"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "http://a.com/*"
  ]
}
