Add library for URL parsing and manipulation.
This commit is contained in:
parent
a176c91489
commit
55f9569b90
2162
extension/lib/URI.js
Normal file
2162
extension/lib/URI.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -24,7 +24,10 @@
|
|||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["*://*/*"],
|
"matches": ["*://*/*"],
|
||||||
"js": ["content_scripts/notify.js"],
|
"js": [
|
||||||
|
"content_scripts/notify.js",
|
||||||
|
"lib/URI.js"
|
||||||
|
],
|
||||||
"run_at": "document_start"
|
"run_at": "document_start"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -32,6 +35,7 @@
|
|||||||
"background": {
|
"background": {
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"lib/util.js",
|
"lib/util.js",
|
||||||
|
"lib/URI.js",
|
||||||
"background/libwrapper.js",
|
"background/libwrapper.js",
|
||||||
"background/emscriptif.js",
|
"background/emscriptif.js",
|
||||||
"background/db.js",
|
"background/db.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user