{ | |
"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" | |
] | |
} |