-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.json.in
More file actions
27 lines (27 loc) · 829 Bytes
/
plugin.json.in
File metadata and controls
27 lines (27 loc) · 829 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
{
"Name": "@PLUGIN_METADATA_NAME@",
"DisplayName": "@PLUGIN_METADATA_DISPLAY_NAME@",
"Version": "@PLUGIN_METADATA_VERSION@",
"CompatVersion": "@PLUGIN_METADATA_COMPAT_VERSION@",
"DisabledByDefault": false,
"HiddenByDefault": false,
"Vendor": "@PLUGIN_METADATA_VENDOR@",
"Copyright": "@PLUGIN_METADATA_COPYRIGHT@",
"License": [
"Apache-2.0"
],
"Arguments" : [
{
"Name" : "--open-settings",
"Description" : "Open settings on startup"
},
{
"Name" : "--new",
"Description" : "Create a new project on startup, ignoring default startup behavior"
}
],
"Category": "Core",
"Description": "The core plugin for @APPLICATION_DISPLAY_NAME@.",
"Url": "@APPLICATION_URL@",
"Required": true
}