Skip to content

Commit 5cae57c

Browse files
committed
Update version in manifest.json file
1 parent c467ea2 commit 5cae57c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

manifest.backup.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "CodeHub",
33
"description": "Automatically pushes your Codewars submissions to GitHub",
44
"homepage_url": "https://github.com/FebinBellamy/CodeHub",
5-
"version": "0.0.4",
5+
"version": "1.0.0",
66
"author": "Febin Bellamy",
77
"action": {
88
"default_icon": {
@@ -23,17 +23,11 @@
2323
"type": "module",
2424
"persistent": false
2525
},
26-
"permissions": [
27-
"storage",
28-
"tabs",
29-
"scripting",
30-
"webNavigation",
31-
"activeTab"
32-
],
26+
"permissions": ["storage", "tabs", "scripting", "webNavigation", "activeTab"],
3327
"host_permissions": [
3428
"https://www.codewars.com/*",
3529
"https://github.com/*",
3630
"https://api.github.com/*"
3731
],
3832
"manifest_version": 3
39-
}
33+
}

manifest.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "CodeHub",
33
"description": "Automatically pushes your Codewars submissions to GitHub",
44
"homepage_url": "https://github.com/FebinBellamy/CodeHub",
5-
"version": "0.0.5",
5+
"version": "1.0.0",
66
"author": "Febin Bellamy",
77
"action": {
88
"default_icon": {
@@ -23,11 +23,17 @@
2323
"type": "module",
2424
"persistent": false
2525
},
26-
"permissions": ["storage", "tabs", "scripting", "webNavigation", "activeTab"],
26+
"permissions": [
27+
"storage",
28+
"tabs",
29+
"scripting",
30+
"webNavigation",
31+
"activeTab"
32+
],
2733
"host_permissions": [
2834
"https://www.codewars.com/*",
2935
"https://github.com/*",
3036
"https://api.github.com/*"
3137
],
3238
"manifest_version": 3
33-
}
39+
}

0 commit comments

Comments
 (0)