forked from aclap-dev/vdhcoapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
executable file
·66 lines (66 loc) · 1.66 KB
/
config.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"id": "net.downloadhelper.coapp",
"name": "VdhCoApp",
"description": "Video DownloadHelper companion app",
"node_major": 12,
"node_version": "12.16.1",
"extra": [{
"source": "converter/build/${platform}/${arch}/"
},{
"source": "assets/gpl-2.0.txt",
"dest": "LICENSE.txt"
},{
"source": "assets/README.txt",
"dest": "README.txt"
}],
"allowed_extensions": {
"firefox": ["[email protected]","{b9db16a4-6edc-47ec-a1f4-b86292ed211d}"],
"chrome": [
"chrome-extension://lmjnegcaeklhafolokijcfjliaokphfk/"
],
"edge": [
"chrome-extension://jmkaglaafmhbcpleggkmaliipiilhldn/"
],
"brave": [
],
"vivaldi": [
]
},
"win": {
"appPublisher": "DownloadHelper",
"licenseFile": "LICENSE.txt",
"sources": [{
"source": "converter\\build\\win\\64\\*",
"DestDir": "\"{app}\\converter\\build\\win\\64\"",
"Flags": "recursesubdirs createallsubdirs",
"Check": "IsX64"
},{
"source": "converter\\build\\win\\32\\*",
"DestDir": "\"{app}\\converter\\build\\win\\32\"",
"Flags": "recursesubdirs createallsubdirs",
"Check": "IsOtherArch"
},{
"source": "LICENSE.txt",
"DestDir": "\"{app}\""
},{
"source": "README.txt",
"DestDir": "\"{app}\""
}],
"certificate": "private/certificate.json"
},
"mac": {
"category": "public.app-category.utilities",
"copyright": "Copyright © 2017 DownloadHelper",
"iconIcns": "icon.icns",
"dmgBackground": "dmg-background.tiff",
"sign": "ACLAP",
"signApp": true
},
"deb": {
"maintainer": "Michel Gutierrez <[email protected]>",
"section": "base",
"priority": "optional",
"homepage": "https://github.com/mi-g/vdhcoapp",
"installedSize": 100000
}
}