]> git.wh0rd.org - chrome-ext/web-power-switch.git/blame - manifest.json
Create README.md
[chrome-ext/web-power-switch.git] / manifest.json
CommitLineData
a98f3ef6
MF
1{
2 "manifest_version": 2,
3 "minimum_chrome_version": "22",
4 "name": "Web Power Switch Manager",
d03b7e74 5 "version": "2.2",
a98f3ef6
MF
6 "description": "Quickly control Web Power Switches",
7 "icons": {
8 "128": "images/outlet-128x128.png"
9 },
10 "browser_action": {
11 "default_icon": {
12 "19": "images/outlet-19x19.png",
13 "38": "images/outlet-38x38.png"
14 },
15 "default_title": "Control Your Switch",
16 "default_popup": "popup.html"
17 },
18 "options_page": "options.html",
19 "permissions": [
3a003566
MF
20 "storage"
21 ],
22 "optional_permissions": [
a98f3ef6
MF
23 "http://*/"
24 ]
25}