summaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authornyuszika7h <nyuszika7h@gmail.com>2020-10-27 23:08:26 +0100
committernyuszika7h <nyuszika7h@gmail.com>2020-10-27 23:08:26 +0100
commit481551e5fba68c6ae2641b86703353180fa86761 (patch)
treee970486fcc9392c00e7407eb8a7421c7d130e8aa /manifest.json
parentMerge pull request #13 from erjanmx/fix-readme-typo (diff)
downloadwidevine-l3-decryptor-481551e5fba68c6ae2641b86703353180fa86761.tar
widevine-l3-decryptor-481551e5fba68c6ae2641b86703353180fa86761.tar.gz
widevine-l3-decryptor-481551e5fba68c6ae2641b86703353180fa86761.tar.bz2
widevine-l3-decryptor-481551e5fba68c6ae2641b86703353180fa86761.tar.lz
widevine-l3-decryptor-481551e5fba68c6ae2641b86703353180fa86761.tar.xz
widevine-l3-decryptor-481551e5fba68c6ae2641b86703353180fa86761.tar.zst
widevine-l3-decryptor-481551e5fba68c6ae2641b86703353180fa86761.zip
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json41
1 files changed, 20 insertions, 21 deletions
diff --git a/manifest.json b/manifest.json
index 08b928f..e1fcdc6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,28 +2,27 @@
"manifest_version": 2,
"name": "Widivine Decryptor",
"short_name": "WidevineDecryptor",
- "description": "Decrypts and logs media keys from websites that use Widivine DRM",
+ "description": "Decrypts and logs media keys from websites that use Widivine DRM",
"version": "1.0.0",
- "permissions":
+ "permissions":
[
-
+
],
- "icons":
- {
-
- },
- "browser_action": {
-
- },
-
- "content_scripts":
- [
- {
- "matches": ["https://*/*"],
- "js": ["content_script.js"],
+ "icons":
+ {
+
+ },
+ "browser_action": {
+
+ },
+ "content_scripts":
+ [
+ {
+ "matches": ["https://*/*"],
+ "js": ["content_script.js"],
"css": [],
- "run_at": "document_start"
- }
- ],
- "web_accessible_resources": ["content_key_decryption.js", "eme_interception.js", "lib/*", "protobuf-generated/*"]
-} \ No newline at end of file
+ "run_at": "document_start"
+ }
+ ],
+ "web_accessible_resources": ["content_key_decryption.js", "eme_interception.js", "lib/*", "protobuf-generated/*"]
+}