From b9a2baf2a7c957089e63844b857e05c07b87c2fb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 30 Aug 2023 19:36:11 +0200 Subject: Format extension --- extension/manifest.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'extension/manifest.json') diff --git a/extension/manifest.json b/extension/manifest.json index 2a5723a..d138f67 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,9 +4,7 @@ "version": "1.0.0", "description": "Jump into an audio call on any URL", - "permissions": [ - "activeTab" - ], + "permissions": ["activeTab"], "icons": { "48": "icons/junction.png" @@ -23,7 +21,5 @@ } }, - "web_accessible_resources": [ - "sounds/tada.wav" - ] + "web_accessible_resources": ["sounds/tada.wav"] } -- cgit