-
Notifications
You must be signed in to change notification settings - Fork 0
/
twa-manifest.json
39 lines (39 loc) · 1.19 KB
/
twa-manifest.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
33
34
35
36
37
38
39
{
"packageId": "com.bryankok.radically.twa",
"host": "radically.bryankok.com",
"name": "Radically CJK Search Engine",
"launcherName": "Radically",
"display": "standalone",
"themeColor": "#FFFFFF",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#016154",
"enableNotifications": true,
"startUrl": "/search?utm_source=android_twa",
"iconUrl": "https://radically.bryankok.com/logo512.png",
"maskableIconUrl": "https://radically.bryankok.com/logo512.png",
"monochromeIconUrl": "https://radically.bryankok.com/logo192.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "android.keystore",
"alias": "android"
},
"appVersionName": "2",
"appVersionCode": 2,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://radically.bryankok.com/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"orientation": "default",
"fingerprints": [],
"additionalTrustedOrigins": [],
"appVersion": "2"
}