We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e237e3d commit f28eca9Copy full SHA for f28eca9
manifest.json
@@ -1,14 +1,21 @@
1
{
2
- "name": "GitLab - Tree view",
+ "name": "GitLab - Tree view for code",
3
"homepage_url": "https://github.com/tomasbonco/gitlabtree",
4
"author": "Tomáš Bončo",
5
- "version": "0.0.1",
+ "version": "0.0.2",
6
"manifest_version": 2,
7
"description": "Provides folder structure view for code in GitLab.",
8
"icons": {
9
"16": "icons/icon16.png",
10
"48": "icons/icon48.png",
11
"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
+ }
19
},
20
"permissions": [
21
"activeTab"
0 commit comments