-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
32 lines (32 loc) · 825 Bytes
/
app.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
{
"id": "c8c8f4d0-4292-4955-baa6-3ab9689934b1",
"name": "SummerNote WYSIWYG Editor",
"publisher": "Volodymyr Dvernytskyi",
"version": "1.0.0.4",
"brief": "https://vld-nav.com/",
"description": "https://vld-nav.com/",
"privacyStatement": "https://vld-nav.com/",
"EULA": "https://vld-nav.com/",
"help": "https://vld-nav.com/",
"url": "https://vld-nav.com/",
"logo": "Logo.png",
"dependencies": [],
"screenshots": [],
"platform": "20.0.0.0",
"application": "20.0.0.0",
"idRanges": [
{
"from": 81500,
"to": 81600
}
],
"contextSensitiveHelpUrl": "https://vld-nav.com/",
"runtime": "9.0",
"features": ["TranslationFile"],
"resourceExposurePolicy":
{
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
}
}