From cf82f2b2d3964b35ece2598929e0ff89789c1cf9 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Sat, 23 Jun 2018 16:12:29 +0100 Subject: [PATCH] Run JSON Beautifier https://jsonformatter.org/ --- manifest.json | 31 +++++++++++++++++++------------ 1 file 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 +}