summaryrefslogtreecommitdiff
path: root/src/manifest.json
diff options
context:
space:
mode:
authorhackademix2018-07-09 19:23:03 +0200
committerhackademix2018-07-09 19:29:23 +0200
commit7dfa2e640bcd5934831920139338b6bb656bcdc5 (patch)
treeedf9555fce31ec8f8463d19b998196f4efeaa4c9 /src/manifest.json
parent103324e5d2ea5ac2ea589a44b822a997ff503be3 (diff)
downloadnoscript-7dfa2e640bcd5934831920139338b6bb656bcdc5.tar.gz
noscript-7dfa2e640bcd5934831920139338b6bb656bcdc5.tar.xz
noscript-7dfa2e640bcd5934831920139338b6bb656bcdc5.zip
Added two library files (one, lib/restricted.js, missing from rc8 tag) and version bump.
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json
index d592361..3caf671 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -8,7 +8,7 @@
"strict_min_version": "59.0"
}
},
- "version": "10.1.8.3rc8",
+ "version": "10.1.8.3rc9",
"description": "__MSG_Description__",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'",
@@ -39,6 +39,7 @@
"lib/include.js",
"lib/punycode.js",
"lib/tld.js",
+ "lib/ContentMetaData.js",
"common/Policy.js",
"common/locale.js",
"common/Entities.js",