From d09030a08324550707c1d5b7c654c0e019d08e5b Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 11 Jan 2022 15:02:35 -0500 Subject: [PATCH] formating --- manifest.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index e1842f5..17618b1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,23 +6,21 @@ "description": "Makes the YouTube progress bar cycle through different RGB colors.", "browser_specific_settings": { - "gecko": { - "id": "tensor@arrayinamatrix.xyz", - "strict_min_version": "48.0" - } -}, + "gecko": { + "id": "tensor@arrayinamatrix.xyz", + "strict_min_version": "48.0" + } + }, "icons": { "48": "icons/icon-48.jpg", "96": "icons/icon-96.jpg" }, - "content_scripts": [ - { - "matches": ["*://*.youtube.com/*"], - "js": ["index.js"] - } - ], + "content_scripts": [{ + "matches": ["*://*.youtube.com/*"], + "js": ["index.js"] + }], "background": { "scripts": ["index.js"] @@ -34,4 +32,4 @@ }, "permissions": ["activeTab", "tabs"] -} +} \ No newline at end of file