diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/manifest.json b/manifest.json index 08b928f..e60b269 100644 --- a/manifest.json +++ b/manifest.json @@ -1,29 +1,29 @@ { "manifest_version": 2, - "name": "Widivine Decryptor", + "name": "Widevine 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 Widevine 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", + "all_frames": true + } + ], + "web_accessible_resources": ["content_key_decryption.js", "eme_interception.js", "lib/*", "protobuf-generated/*"] +} |