diff options
author | Official Noob <[email protected]> | 2018-06-23 15:05:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-23 15:05:11 +0100 |
commit | 9e3c5734b041133740acb5c0dce67f542da59a2c (patch) | |
tree | 773dfcde1a87d0efa4d1ba11bd5be0c27841c3dd | |
parent | 2f9bf69823b5e77f8e9826b99bce560db62cced3 (diff) | |
download | SponsorBlock-9e3c5734b041133740acb5c0dce67f542da59a2c.tar.gz SponsorBlock-9e3c5734b041133740acb5c0dce67f542da59a2c.zip |
Create manifest.json
-rw-r--r-- | manifest.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..364649db --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ + { + "name": "YTSponsorSkip", + "web_accessible_resources": ["Main.js"], + "version": "1.0", + "description": "Skip youtube video sponsors", + "content_scripts": [ + { + "matches": ["https://*.youtube.com/*"], + "js": ["ContentScript.js"] + }], + "manifest_version": 2 + } |