{
"name": "Extensions Button",
"description": "Access the Extensions window directly from the toolbar",
"version": "1",
"manifest_version": 2,
"permissions": ["tabs"],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"browser_action": {
"default_icon" : "ext_icon.png",
"default_title": "Open Extensions window"
}
}