-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathtwa-manifest.json
40 lines (40 loc) · 1.2 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
{
"packageId": "chat.revolt.app.twa",
"host": "app.revolt.chat",
"name": "Revolt",
"launcherName": "Revolt",
"display": "standalone",
"themeColor": "#101823",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#101823",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://app.revolt.chat/assets/icons/android-chrome-512x512.png",
"maskableIconUrl": "https://app.revolt.chat/assets/icons/masking-512x512.png",
"monochromeIconUrl": "https://app.revolt.chat/assets/icons/monochrome.svg",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "./android.keystore",
"alias": "android"
},
"appVersionName": "7",
"appVersionCode": 7,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://app.revolt.chat/manifest.webmanifest",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "7"
}