diff options
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
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", |