{
"name": "Content Script Log and Runtime Error",
"description": "An extension with a context script which logs a simple message and then causes a runtime type error.",
"version": "2.0",
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["content_script.js"]
}
],
"manifest_version": 3
}