From 6dab45f7e5b7d063d146829f2c14d6647f1e46dd Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Mon, 20 Nov 2023 01:18:56 +0100 Subject: wip --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index bffc6e2..6033deb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ { "manifest_version": 2, "name": "GitLab local edit", - "version": "1.0", + "version": "1.2", "description": "Your editor, your rules", "developer": { "name": "Christian Segundo", @@ -10,9 +10,12 @@ }, "homepage_url": "https://git.segundo.io/moz-glab-local-edit/", "permissions": [ + "activeTab", "tabs", "storage", - "webNavigation" + "webNavigation", + "nativeMessaging", + "" ], "page_action": { "default_title": "Open in ViM", -- cgit v1.2.3