aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorOfficial Noob <[email protected]>2018-06-23 16:12:29 +0100
committerGitHub <[email protected]>2018-06-23 16:12:29 +0100
commitcf82f2b2d3964b35ece2598929e0ff89789c1cf9 (patch)
tree9246281c38b84f7995a93991cb3d4c8fa654e82e /manifest.json
parentdb9ebe4b3f30bb8bc60eab9e1d10b87ee3f8be2a (diff)
downloadSponsorBlock-cf82f2b2d3964b35ece2598929e0ff89789c1cf9.tar.gz
SponsorBlock-cf82f2b2d3964b35ece2598929e0ff89789c1cf9.zip
Run JSON Beautifier
https://jsonformatter.org/
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json31
1 files changed, 19 insertions, 12 deletions
diff --git a/manifest.json b/manifest.json
index 364649db..9f6810eb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,12 +1,19 @@
- {
- "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
- }
+{
+ "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
+}