{
  "name": "content script with bad encoding",
  "manifest_version": 3,
  "version": "1",
  "content_scripts": [
    {
      "matches": ["http://*/*"],
      "js": ["bad_encoding.js"]
    }
  ]
}
