-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 880 Bytes
/
plugin.json
File metadata and controls
33 lines (33 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://acode.app/schema/plugin/v0.1.0.json",
"id": "acode.plugin.version.control.gitpro",
"name": "Git SCM",
"main": "main.js",
"version": "2.3.1",
"repository": "https://github.com/dikidjatar/acode-plugin-version-control-gitpro.git",
"icon": "icon.png",
"files": [
"assets/scm.svg",
"assets/dash.svg",
"assets/branch.svg",
"assets/remote.svg",
"assets/repo.svg",
"assets/sync.svg",
"assets/cloud-upload.svg",
"assets/tag.svg",
"assets/debug-disconnect.svg",
"assets/refresh.svg",
"assets/loading.svg",
"assets/git-commit.svg"
],
"minVersionCode": 290,
"license": "MIT",
"changelogs": "changelogs.md",
"keywords": ["Version Control", "Git", "Source Control", "SCM"],
"price": 0,
"author": {
"name": "Diki Djatar",
"email": "dikidjatar@gmail.com",
"github": "dikidjatar"
}
}