-
Notifications
You must be signed in to change notification settings - Fork 2
/
twa-manifest.json
42 lines (42 loc) · 1.35 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
41
42
{
"packageId": "io.github.abdullahjamal1.twa",
"host": "abdullahjamal1.github.io",
"name": "Battleship Oasis Game",
"launcherName": "Battleship",
"display": "standalone",
"themeColor": "#270573",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#333333",
"enableNotifications": true,
"startUrl": "/battleshipBoardGame/index.html",
"iconUrl": "https://abdullahjamal1.github.io/battleshipBoardGame/assets/512x512.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/Users/abdullahjamal/Desktop/personal-project/battleshipBoardGame/android.keystore",
"alias": "android"
},
"appVersionName": "5",
"appVersionCode": 5,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://abdullahjamal1.github.io/battleshipBoardGame/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://abdullahjamal1.github.io/battleshipBoardGame/",
"minSdkVersion": 19,
"orientation": "landscape",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "5"
}