-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwa-manifest.json
More file actions
53 lines (53 loc) · 1.47 KB
/
twa-manifest.json
File metadata and controls
53 lines (53 loc) · 1.47 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
{
"packageId": "com.masst.docs",
"host": "docs.masst.dev",
"name": "Masst Docs",
"launcherName": "Masst Docs",
"display": "standalone",
"themeColor": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#000000",
"enableNotifications": false,
"startUrl": "/",
"iconUrl": "https://docs.masst.dev/app-icons/512.png",
"maskableIconUrl": "https://docs.masst.dev/app-icons/512.png",
"monochromeIconUrl": "https://docs.masst.dev/app-icons/512.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "android.keystore",
"alias": "masst-docs"
},
"appVersionCode": 1,
"appVersionName": "1.0.0",
"shortcuts": [
{
"name": "High Level Design",
"shortName": "HLD",
"url": "/hld",
"chosenIconUrl": "https://docs.masst.dev/app-icons/192.png"
},
{
"name": "System Design",
"shortName": "SD",
"url": "/sd",
"chosenIconUrl": "https://docs.masst.dev/app-icons/192.png"
}
],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://docs.masst.dev/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://docs.masst.dev/",
"minSdkVersion": 23,
"orientation": "portrait",
"fingerprints": []
}