-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtwa-manifest.json
39 lines (39 loc) · 1.24 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
{
"packageId": "uk.tobysmith.totp",
"host": "totp-online.tobythe.dev",
"name": "TOTP Manager",
"launcherName": "TOTP Manager",
"display": "standalone",
"themeColor": "#F8F9FA",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#FFFFFF",
"enableNotifications": true,
"startUrl": "/?source=pwa",
"iconUrl": "http://localhost:8080/assets/icons/android/android-launchericon-512-512.png",
"maskableIconUrl": "http://localhost:8080/assets/icons/maskable-icon-512-512.png",
"monochromeIconUrl": "http://localhost:8080/assets/icons/android/android-launchericon-48-48.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "./android.keystore",
"alias": "totp"
},
"appVersionName": "1.0.2",
"appVersionCode": 6,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "http://localhost:8080/site.webmanifest",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"appVersion": "1.0.2"
}