{
"name": "Bad API Arguments Runtime Error",
"description": "Try to call an API (tabs) with improper arguments, causing a runtime error.",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": ["background.js"]
},
"permissions": [
"tabs", "*://*/*"
]
}