diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..bf6d912 --- /dev/null +++ b/manifest.json @@ -0,0 +1,14 @@ +{ + "manifest_version": 2, + "name": "YouTube NoScript shim", + "version": "0.2", + + "description": "Use YouTube with NoScript", + + "content_scripts": [ + { + "matches": ["https://youtube.com/*"], + "js": ["youtube-noscript-shim.user.js"] + } + ] +} |