-
Notifications
You must be signed in to change notification settings - Fork 0
/
twa-manifest.json
41 lines (41 loc) · 1.08 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
40
41
{
"packageId": "com.beegle.app",
"host": "beegle.app",
"name": "Beegle",
"launcherName": "Beegle",
"display": "standalone",
"themeColor": "#DEEC02",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#FFFFFF",
"enableNotifications": true,
"startUrl": "/app/",
"iconUrl": "https://beegle.app/beegle-logo-512x512.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/Users/mghatiya/Documents/Beegle/PWA/app/beegleapp-key",
"alias": "key0"
},
"appVersionName": "6",
"appVersionCode": 6,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://beegle.app/mapp-manifest.json",
"fallbackType": "customtabs",
"features": {
"locationDelegation": {
"enabled": true
}
},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"appVersion": "6"
}