From 982b97de22d9426ac978be59ee7d8d951d832787 Mon Sep 17 00:00:00 2001 From: olivier Dufour Date: Wed, 22 May 2024 19:27:35 +0200 Subject: [PATCH] fix firefow addon --- addon/manifest-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/manifest-template.json b/addon/manifest-template.json index ae52db87..025d6cd3 100644 --- a/addon/manifest-template.json +++ b/addon/manifest-template.json @@ -51,7 +51,7 @@ ], "all_frames": true, "css": ["button.css", "inspect-inline.css"], - "js": ["button.js", "inspect-inline.js", "links.js"] + "js": ["button.js", "inspect-inline.js"] } ], "background": {