summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorChristian Segundo2023-11-20 01:18:56 +0100
committerChristian Segundo2023-11-20 01:18:56 +0100
commit6dab45f7e5b7d063d146829f2c14d6647f1e46dd (patch)
treece8dd6e865bd832d879d9edb46c58e9edbeda92c /manifest.json
parentc6845a798c99e96aa0e2f6daece0684a8ac50681 (diff)
downloadmoz-run-this-page-action-6dab45f7e5b7d063d146829f2c14d6647f1e46dd.tar.gz
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
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",