forked from phcode-dev/staging.phcode.dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappConfig.js
More file actions
68 lines (68 loc) · 3.31 KB
/
appConfig.js
File metadata and controls
68 lines (68 loc) · 3.31 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
63
64
65
66
67
68
// Autogenerated by gulp scripts. Do not edit
window.AppConfig = {
"config": {
"app_title": "Phoenix Code",
"app_name_about": "Phoenix Code",
"main_pro_plan": "Phoenix Pro",
"main_pro_plan_short": "Pro",
"ai_brand_name": "Phoenix AI",
"about_icon": "styles/images/phoenix-icon.svg",
"account_url": "https://account-stage.phcode.dev/",
"promotions_url": "https://promotions.phcode.dev/dev/",
"purchase_url": "https://phcode.io/pricing",
"license_url": "https://www.gnu.org/licenses/agpl-3.0.en.html",
"how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
"docs_url": "https://docs.phcode.dev/",
"support_url": "https://account.phcode.dev/?returnUrl=https%3A%2F%2Faccount.phcode.dev%2F%23support",
"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": "https://updates.phcode.io/appNotifications/staging/",
"app_update_url": "https://updates.phcode.io/tauri/update-latest-pre-release.json",
"extensionTakedownURL": "https://updates.phcode.io/extension_takedown.json",
"linting.enabled_by_default": true,
"build_timestamp": "2026-03-11T12:29:44.184Z",
"googleAnalyticsID": "G-FP5S9BKDSJ",
"googleAnalyticsIDDesktop": "G-D5R1Y6PTS8",
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
"coreAnalyticsID": "phoenix",
"coreAnalyticsAppName": "phoenix-stage",
"coreAnalyticsAppNameDesktop": "desktop-stage",
"environment": "stage",
"buildtype": "staging",
"bugsnagEnv": "staging"
},
"name": "Phoenix Code",
"version": "5.1.5-22268",
"apiVersion": "5.1.5",
"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": ""
},
"licenses": [
{
"type": "AGPL-3.0-or-later",
"url": "https://github.com/phcode-dev/phoenix/blob/master/LICENSE"
}
]
};