Create manifest.json

This commit is contained in:
Official Noob
2018-06-23 15:05:11 +01:00
committed by GitHub
parent 2f9bf69823
commit 9e3c5734b0

12
manifest.json Normal file
View File

@@ -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
}