-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
14 lines (14 loc) · 565 Bytes
/
plugin.json
File metadata and controls
14 lines (14 loc) · 565 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"ID": "5b35d5c3-0316-4363-9180-fc2e8e49683d",
"ActionKeyword": "docker",
"Name": "Docker",
"Description": "Manage Docker. List containers, images...",
"Author": "Leo Carvalho",
"Version": "0.0.2",
"Language": "javascript",
"Website": "https://github.com/thisisleobro/docker-flow-launcher-plugin",
"UrlDownload": "https://github.com/thisisleobro/docker-flow-launcher-plugin/releases/latest",
"UrlSourceCode": "https://github.com/thisisleobro/docker-flow-launcher-plugin/",
"ExecuteFileName": "src/index.js",
"IcoPath": "assets/docker.png"
}