-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathtwa-manifest.json
More file actions
55 lines (55 loc) · 1.58 KB
/
twa-manifest.json
File metadata and controls
55 lines (55 loc) · 1.58 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
{
"packageId": "org.openlibrary.testing.twa",
"host": "openlibrary.org",
"name": "Open Library: A page for every book published",
"launcherName": "Open Library",
"display": "standalone",
"themeColor": "#E2DCC5",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#E2DCC5",
"enableNotifications": true,
"startUrl": "/?source=pwa",
"iconUrl": "https://openlibrary.org/static/images/openlibrary-512x512.png",
"maskableIconUrl": "https://openlibrary.org/static/images/openlibrary-512x512-mask.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/tmp/olsystem/etc/pwa/openlibrary-upload-key.jks",
"alias": "upload"
},
"appVersionName": "7",
"appVersionCode": 7,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://openlibrary.org/static/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://openlibrary.org/",
"minSdkVersion": 21,
"shareTarget": {
"action": "https://openlibrary.org/search",
"method": "GET",
"params": {
"text": "q"
}
},
"orientation": "default",
"fingerprints": [],
"additionalTrustedOrigins": [
"https://archive.org"
],
"retainedBundles": [],
"protocolHandlers": [],
"fileHandlers": [],
"launchHandlerClientMode": "",
"appVersion": "7"
}