-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwa-manifest.json
More file actions
42 lines (42 loc) · 1.17 KB
/
twa-manifest.json
File metadata and controls
42 lines (42 loc) · 1.17 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
{
"packageId": "prod.phcode.twa",
"host": "phcode.dev",
"name": "Phoenix Code",
"launcherName": "Phoenix Code",
"display": "standalone",
"themeColor": "#47484B",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#BBBBBB",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://updates.phcode.io/icons/phoenix_icon.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/home/charly/repo/phoenix-andriod-prod/android.keystore",
"alias": "android"
},
"appVersionName": "24",
"appVersionCode": 24,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://phcode.dev/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": true,
"isMetaQuest": false,
"fullScopeUrl": "https://phcode.dev/",
"minSdkVersion": 19,
"orientation": "default",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "24"
}