-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
twa-manifest.json.dist
43 lines (43 loc) · 1.37 KB
/
twa-manifest.json.dist
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
{
"packageId": "org.revue_de_presse",
"host": "revue-de-presse.org",
"name": "Revue de presse",
"launcherName": "revue2presse",
"display": "standalone",
"themeColor": "#006663",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#006663",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://revue-de-presse.org/revue-de-presse_512x512_006663.png",
"maskableIconUrl": "https://revue-de-presse.org/revue-de-presse_512x512_006663.png",
"monochromeIconUrl": "https://revue-de-presse.org/revue-de-presse_48x48_monochrome.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/tmp/android.keystore",
"alias": "org.revue-de-presse"
},
"appVersionName": "11",
"appVersionCode": 11,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://revue-de-presse.org/_nuxt/manifest.f894fda0.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://revue-de-presse.org/_nuxt/",
"minSdkVersion": 19,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "11"
}