Add library for URL parsing and manipulation.

This commit is contained in:
Florian Dold 2015-12-05 16:30:16 +01:00
parent a176c91489
commit 55f9569b90
2 changed files with 2167 additions and 1 deletions

2162
extension/lib/URI.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,10 @@
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["content_scripts/notify.js"],
"js": [
"content_scripts/notify.js",
"lib/URI.js"
],
"run_at": "document_start"
}
],
@ -32,6 +35,7 @@
"background": {
"scripts": [
"lib/util.js",
"lib/URI.js",
"background/libwrapper.js",
"background/emscriptif.js",
"background/db.js",