blob: 26959d874b434e533b8d2e51386e795566ea37bf [file] [log] [blame]
{
"manifest_version": 2,
"name": "Gerrit UI Switcher",
"description": "Easily switch between the current Gerrit UI and the new PolyGerrit UI",
"version": "0.3",
"background": {
"scripts": ["background.js"]
},
"page_action": {
"default_icon": {
"19": "icon_19.png",
"38": "icon_38.png"
},
"default_title": "Toggle PolyGerrit UI"
},
"permissions": [
"cookies",
"declarativeContent",
"tabs",
"webRequest",
"*://*.googlesource.com/*"
]
}