From cde2fd3331cfbcc56244fb443be211e6a5eb9df2 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Fri, 16 Sep 2022 12:30:44 +0200 Subject: [PATCH] Build issues. --- manifest.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 8270bab..ef35987 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Ycombinator keyboard navigation", - "version": "0.1", + "version": "1", "description": "Navigate ycombinator with your keyboard", @@ -15,13 +15,7 @@ "matches": ["*://*.ycombinator.com/*"], "js": ["keyboard-watcher.js"] } - ], - - "browser_specific_settings": { - "gecko": { - "id": "XXXxXXXX@amine-louveau.fr" - } - } + ] }