-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_template_addon_release.json
More file actions
29 lines (29 loc) · 794 Bytes
/
_template_addon_release.json
File metadata and controls
29 lines (29 loc) · 794 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
{
"addonId": "easyAddonTech.XYZ",
"addonVersionNumber": {
"major": 21,
"minor": 6,
"patch": 0
},
"addonVersionName": "21.06",
"displayName": "My addon",
"publisher": "easyAddonTech",
"description": "Makes doing XYZ easier",
"homepage": "https://github.com/nvaccess/addon-datastore",
"minNVDAVersion": {
"major": 2019,
"minor": 3,
"patch": 0
},
"lastTestedVersion": {
"major": 2020,
"minor": 4,
"patch": 0
},
"channel": "beta",
"URL": "https://github.com/nvaccess/addon-datastore/releases/download/v0.1.0/myAddon.nvda-addon",
"sha256": "69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82",
"sourceURL": "https://github.com/nvaccess/addon-datastore/",
"license": "GPL v2",
"licenseURL": "https://github.com/nvaccess/addon-datastore/license.MD"
}