forked from sharadcodes/pwa-to-apk-action-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwa-manifest.json
37 lines (37 loc) · 1.08 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
{
"packageId": "io.github.sharadcodes.twa",
"host": "sharadcodes.github.io",
"name": "sharadcodes",
"launcherName": "sharadcodes",
"display": "fullscreen",
"themeColor": "#151618",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#151618",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://sharadcodes.github.io/assets/icons/windows11/SplashScreen.scale-400.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/workspaces/pwa-to-apk-action-test/android.keystore",
"alias": "android"
},
"appVersionName": "1",
"appVersionCode": 1,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://sharadcodes.github.io/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"orientation": "any",
"fingerprints": [],
"additionalTrustedOrigins": [],
"appVersion": "1"
}