-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtwa-manifest.json
More file actions
56 lines (56 loc) · 1.77 KB
/
twa-manifest.json
File metadata and controls
56 lines (56 loc) · 1.77 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
{
"packageId": "org.languageforge.twa",
"host": "languageforge.org",
"name": "Language Forge",
"launcherName": "Lang Forge",
"display": "standalone",
"themeColor": "#0A2440",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#104060",
"enableNotifications": true,
"startUrl": "/app/projects",
"iconUrl": "https://languageforge.org/appIcons/lf-logo-circle-512-xxxxxhdpi.png",
"maskableIconUrl": "https://languageforge.org/appIcons/maskable_icon.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/Users/chris/src/android-web-languageforge/keys/androidKeys.jks",
"alias": "chrishirt.sil"
},
"appVersionName": "6",
"appVersionCode": 6,
"shortcuts": [
{
"name": "List Projects",
"shortName": "Projects",
"url": "https://languageforge.org/app/projects",
"chosenIconUrl": "https://languageforge.org/appIcons/lf-logo-circle-192-xxxhdpi.png"
},
{
"name": "User Profile",
"shortName": "User Profile",
"url": "https://languageforge.org/app/userprofile",
"chosenIconUrl": "https://languageforge.org/appIcons/lf-logo-circle-192-xxxhdpi.png"
}
],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://languageforge.org/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://languageforge.org/",
"minSdkVersion": 19,
"orientation": "portrait-primary",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "6"
}