diff options
author | Christian Segundo | 2023-11-20 01:18:56 +0100 |
---|---|---|
committer | Christian Segundo | 2023-11-20 01:18:56 +0100 |
commit | 6dab45f7e5b7d063d146829f2c14d6647f1e46dd (patch) | |
tree | ce8dd6e865bd832d879d9edb46c58e9edbeda92c /manifest.json | |
parent | c6845a798c99e96aa0e2f6daece0684a8ac50681 (diff) | |
download | moz-run-this-page-action-6dab45f7e5b7d063d146829f2c14d6647f1e46dd.tar.gz |
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 5 insertions, 2 deletions
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", + "<all_urls>" ], "page_action": { "default_title": "Open in ViM", |