-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy pathconfig.json
More file actions
62 lines (62 loc) · 2.79 KB
/
config.json
File metadata and controls
62 lines (62 loc) · 2.79 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"config": {
"app_title": "Phoenix Code",
"app_name_about": "Phoenix Code",
"about_icon": "styles/images/phoenix-icon.svg",
"how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
"docs_url": "https://docs.phcode.dev/",
"support_url": "https://github.com/phcode-dev/phoenix/discussions",
"suggest_feature_url": "https://github.com/phcode-dev/phoenix/discussions/categories/ideas",
"report_issue_url": "https://github.com/phcode-dev/phoenix/issues/new/choose",
"get_involved_url": "https://github.com/phcode-dev/phoenix/discussions/77",
"release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes",
"homepage_url": "https://phcode.io",
"update_download_page": "https://phcode.io/",
"twitter_url": "https://twitter.com/phcodedev",
"youtube_url": "https://www.youtube.com/channel/UCNK2a8DKqPQQe3GlfTk-RHg",
"troubleshoot_url": "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev",
"twitter_name": "@phcodedev",
"contributors_url": "https://api.github.com/repos/phcode-dev/phoenix/contributors?per_page={0}&page={1}",
"extension_listing_url": "",
"extension_registry": "https://extensions.phcode.dev/registry.json",
"extension_registry_version": "https://extensions.phcode.dev/registry_version.json",
"extension_registry_popularity": "https://extensions.phcode.dev/popularity.json",
"extension_url": "https://extensions.phcode.dev/extensions/",
"extension_store_url": "https://store.core.ai/src/",
"app_notification_url": "assets/notifications/dev/",
"app_update_url": "https://updates.phcode.io/tauri/update-latest-experimental-build.json",
"linting.enabled_by_default": true,
"build_timestamp": "",
"googleAnalyticsID": "G-P4HJFPDB76",
"googleAnalyticsIDDesktop": "G-VE5BXWJ0HF",
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
"coreAnalyticsID": "phoenix",
"coreAnalyticsAppName": "phoenix-dev",
"coreAnalyticsAppNameDesktop": "desktop-dev",
"environment": "dev",
"buildtype": "dev",
"bugsnagEnv": "development"
},
"name": "Phoenix Code",
"version": "4.1.1-0",
"apiVersion": "4.1.1",
"homepage": "https://core.ai",
"issues": {
"url": "https://github.com/phcode-dev/phoenix/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/phcode-dev/phoenix.git",
"branch": "",
"SHA": ""
},
"dependencies": {},
"devDependencies": {},
"scripts": {},
"licenses": [
{
"type": "AGPL-3.0-or-later",
"url": "https://github.com/phcode-dev/phoenix/blob/master/LICENSE"
}
]
}