diff options
author | hackademix | 2018-08-15 16:41:55 +0200 |
---|---|---|
committer | hackademix | 2018-08-16 23:43:36 +0200 |
commit | 57d883d63e9b8232e275dac7eec24f84c040dd24 (patch) | |
tree | a4a9f05f0744ccef23e31643f80c400abe0dab37 /src/manifest.json | |
parent | 2c75eedadddd8bda0522cddaf119e1e5c621c7c2 (diff) | |
download | noscript-57d883d63e9b8232e275dac7eec24f84c040dd24.tar.gz noscript-57d883d63e9b8232e275dac7eec24f84c040dd24.tar.xz noscript-57d883d63e9b8232e275dac7eec24f84c040dd24.zip |
Policy serialization using the contentScripts API.
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 61f618b..fd0e027 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -49,6 +49,7 @@ "ui/Prompts.js", "xss/XSS.js", "bg/deferWebTraffic.js", + "bg/ChildPolicies.js", "bg/main.js" ] }, @@ -63,7 +64,9 @@ "lib/log.js", "content/onScriptDisabled.js", "content/content.js", - "content/PlaceHolder.js" + "content/webglHook.js", + "content/PlaceHolder.js", + "content/media.js" ] }, { |