{
"name": "tabs/no_permissions",
"version": "0.1",
"manifest_version": 2,
"description": "Tests access to the tabs API from extensions lacking the tabs permission",
"background": {
"scripts": ["test.js"],
"persistent": false
},
"permissions": []
}