File reorg
This commit is contained in:
parent
7c9d64e95f
commit
53b63e8ddc
@ -7,11 +7,11 @@
|
|||||||
"browser_action": {"default_icon": "icon.png"},
|
"browser_action": {"default_icon": "icon.png"},
|
||||||
"background": {"page": "bg/background.html"},
|
"background": {"page": "bg/background.html"},
|
||||||
"options_page": "bg/options.html",
|
"options_page": "bg/options.html",
|
||||||
"permissions": [ "storage" ],
|
"permissions": ["storage"],
|
||||||
|
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": ["*://*/*"],
|
"matches": ["*://*/*"],
|
||||||
"js": ["js/api.js", "js/util.js", "js/client.js"],
|
"js": ["fg/js/api.js", "fg/js/util.js", "fg/js/client.js"],
|
||||||
"css": ["css/client.css"]
|
"css": ["fg/css/client.css"]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user