From 9e3c5734b041133740acb5c0dce67f542da59a2c Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Sat, 23 Jun 2018 15:05:11 +0100 Subject: [PATCH] Create manifest.json --- manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest.json 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 + }