Skip to content

Commit f28eca9

Browse files
committed
Updated manifest
1 parent e237e3d commit f28eca9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

manifest.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
2-
"name": "GitLab - Tree view",
2+
"name": "GitLab - Tree view for code",
33
"homepage_url": "https://github.com/tomasbonco/gitlabtree",
44
"author": "Tomáš Bončo",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"manifest_version": 2,
77
"description": "Provides folder structure view for code in GitLab.",
88
"icons": {
99
"16": "icons/icon16.png",
1010
"48": "icons/icon48.png",
1111
"128": "icons/icon128.png"
12+
},
13+
"page_action": {
14+
"default_icon": {
15+
"16": "icons/icon16.png",
16+
"48": "icons/icon48.png",
17+
"128": "icons/icon128.png"
18+
}
1219
},
1320
"permissions": [
1421
"activeTab"

0 commit comments

Comments
 (0)