From c0ee2dfabfe94642f6b769d438fff2ec635acec5 Mon Sep 17 00:00:00 2001 From: mAmineChniti Date: Thu, 4 Apr 2024 17:48:56 +0100 Subject: [PATCH] fixed formatting --- public/manifest.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 4af1aad..8db42fd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -4,15 +4,9 @@ "version": "0.0.1", "content_scripts": [ { - "matches": [ - "http://*/*" - ], - "js": [ - "content.js" - ], - "css": [ - "content.css" - ] + "matches": ["http://*/*"], + "js": ["content.js"], + "css": ["content.css"] } ], "background": { @@ -27,4 +21,4 @@ "48": "assets/images/icon48.png", "128": "assets/images/icon128.png" } -} \ No newline at end of file +}