diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-09 11:14:40 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-09 11:14:40 -0500 |
commit | 45e0f87f9f7cac6d86480b9b776077ada98ee431 (patch) | |
tree | a7e5fc3fb4e972863025e3fd746bee4102a34cb6 /manifest/manifest.json | |
parent | cfb902180dd6491c1e13d14b218d6913672434cb (diff) | |
download | SponsorBlock-45e0f87f9f7cac6d86480b9b776077ada98ee431.tar.gz SponsorBlock-45e0f87f9f7cac6d86480b9b776077ada98ee431.zip |
Reformatted manifest.
Diffstat (limited to 'manifest/manifest.json')
-rw-r--r-- | manifest/manifest.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index ef72db83..0cd5ea80 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -4,8 +4,7 @@ "version": "1.2.8", "default_locale": "en", "description": "__MSG_Description__", - "content_scripts": [ - { + "content_scripts": [{ "run_at": "document_start", "matches": [ "https://*.youtube.com/*", @@ -21,8 +20,7 @@ "./libs/Source+Sans+Pro.css", "popup.css" ] - } - ], + }], "web_accessible_resources": [ "icons/LogoSponsorBlocker256px.png", "icons/IconSponsorBlocker256px.png", |