-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 743 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 743 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
{
"slug": "generic-blank",
"name": "company",
"version": "2.1.1",
"license": "MIT",
"brand": "my-brand",
"author": "",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/Paul-Dempsey/GenericBlank/blob/main/doc/index.md#index",
"sourceUrl": "https://github.com/Paul-Dempsey/GenericBlank",
"donateUrl": "",
"changelogUrl": "",
"minRackVersion": "2.4.0",
"modules": [
{
"slug": "blank",
"name": "Blank",
"description": "Generic blank panel",
"manualUrl": "https://github.com/Paul-Dempsey/GenericBlank/blob/main/doc/Blank.md#blank",
"tags": [ "Visual", "Blank" ]
}
]
}