-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwa-manifest.json
More file actions
executable file
·52 lines (52 loc) · 1.51 KB
/
Copy pathtwa-manifest.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.51 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
{
"packageId": "app.thermosafe.twa",
"host": "thermosafe.app",
"name": "Thermosafe - Risc climàtic",
"launcherName": "ThermoSafe",
"display": "standalone",
"themeColor": "#F59E0B",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#FFFFFF",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://thermosafe.app/icons/icon-512.png",
"maskableIconUrl": "https://thermosafe.app/icons/icon-512.png",
"monochromeIconUrl": "https://thermosafe.app/icons/icon-512.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/Users/estevemontalvo/Downloads/thermosafe_millores_15.10.2025/android.keystore",
"alias": "thermosafe"
},
"appVersionName": "1",
"appVersionCode": 1,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://thermosafe.app/manifest.json",
"fallbackType": "customtabs",
"features": {
"locationDelegation": {
"enabled": true
}
},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://thermosafe.app/",
"minSdkVersion": 21,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"protocolHandlers": [],
"fileHandlers": [],
"launchHandlerClientMode": "",
"displayOverride": [],
"appVersion": "1"
}