Run JSON Beautifier

https://jsonformatter.org/
This commit is contained in:
Official Noob
2018-06-23 16:12:29 +01:00
committed by GitHub
parent db9ebe4b3f
commit cf82f2b2d3

View File

@@ -1,12 +1,19 @@
{ {
"name": "YTSponsorSkip", "name": "YTSponsorSkip",
"web_accessible_resources": ["Main.js"], "web_accessible_resources": [
"version": "1.0", "Main.js"
"description": "Skip youtube video sponsors", ],
"content_scripts": [ "version": "1.0",
{ "description": "Skip youtube video sponsors",
"matches": ["https://*.youtube.com/*"], "content_scripts": [
"js": ["ContentScript.js"] {
}], "matches": [
"manifest_version": 2 "https://*.youtube.com/*"
} ],
"js": [
"ContentScript.js"
]
}
],
"manifest_version": 2
}