blob: 0c3c8e0ca35588b7143c0b562ccc7df9e7039710 [file] [log] [blame]
{
"name": "Gerrit bug reporter",
"version": "0.0.3",
"manifest_version": 2,
"description": "Pre-popupate gerrit bug reports with screenshots",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-32.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Click here!"
},
"permissions": [
"activeTab",
"<all_urls>",
"tabs"
]
}