summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
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",