]> git.wh0rd.org - chrome-ext/web-power-switch.git/blame - manifest.json
fix dark theme
[chrome-ext/web-power-switch.git] / manifest.json
CommitLineData
a98f3ef6 1{
fb89f185
MF
2 "manifest_version": 3,
3 "minimum_chrome_version": "100",
a98f3ef6 4 "name": "Web Power Switch Manager",
fb89f185 5 "version": "5.0",
a98f3ef6
MF
6 "description": "Quickly control Web Power Switches",
7 "icons": {
8 "128": "images/outlet-128x128.png"
9 },
fb89f185 10 "action": {
a98f3ef6
MF
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 },
d5664f4c
MF
18 "options_ui": {
19 "page": "options.html",
fb89f185 20 "open_in_tab": false
d5664f4c 21 },
a98f3ef6 22 "permissions": [
3a003566
MF
23 "storage"
24 ],
fb89f185 25 "optional_host_permissions": [
a98f3ef6
MF
26 "http://*/"
27 ]
28}