-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproduct.json
More file actions
46 lines (46 loc) · 1.69 KB
/
product.json
File metadata and controls
46 lines (46 loc) · 1.69 KB
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
{
"nameShort": "Orbit",
"nameLong": "Orbit",
"orbitVersion": "0.0.1",
"orbitRelease": "0001",
"applicationName": "orbit",
"dataFolderName": ".orbit-editor",
"win32MutexName": "orbiteditor",
"licenseName": "MIT",
"licenseUrl": "https://github.com/ashish200729/orbiteditor/blob/main/LICENSE.txt",
"serverLicenseUrl": "https://github.com/ashish200729/orbiteditor/blob/main/LICENSE.txt",
"serverGreeting": [],
"serverLicense": [],
"serverLicensePrompt": "",
"serverApplicationName": "orbit-server",
"serverDataFolderName": ".orbit-server",
"tunnelApplicationName": "orbit-tunnel",
"win32DirName": "Orbit",
"win32NameVersion": "Orbit",
"win32RegValueName": "OrbitEditor",
"win32x64AppId": "{{9D394D01-1728-45A7-B997-A6C82C5452C3}",
"win32arm64AppId": "{{0668DD58-2BDE-4101-8CDA-40252DF8875D}",
"win32x64UserAppId": "{{8BED5DC1-6C55-46E6-9FE6-18F7E6F7C7F1}",
"win32arm64UserAppId": "{{F6C87466-BC82-4A8F-B0FF-18CA366BA4D8}",
"win32AppUserModelId": "Orbit.Editor",
"win32ShellNameShort": "O&rbit",
"win32TunnelServiceMutex": "orbit-tunnelservice",
"win32TunnelMutex": "orbit-tunnel",
"darwinBundleIdentifier": "com.orbiteditor.code",
"linuxIconName": "orbit-editor",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/ashish200729/orbiteditor/issues/new",
"nodejsRepository": "https://nodejs.org",
"urlProtocol": "orbit",
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items"
},
"builtInExtensions": [],
"linkProtectionTrustedDomains": [
"https://orbiteditor.com",
"https://orbiteditor.dev",
"https://github.com/ashish200729/orbiteditor",
"https://ollama.com"
]
}