-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwa-manifest.json
55 lines (55 loc) · 1.76 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"packageId": "app.own_store_demo.twa",
"host": "own-store-demo.vercel.app",
"name": "OwnStore Demo",
"launcherName": "OwnStoreDemo",
"display": "standalone",
"themeColor": "#CE2E35",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#FFFFFF",
"enableNotifications": true,
"startUrl": "/?utm_source=pwa&utm_medium=homescreen",
"iconUrl": "https://own-store-demo.vercel.app/images/logos/windows11/SplashScreen.scale-400.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/Users/faiyazshaikh/Projects/Personal/own-store/own-store-twa/android.keystore",
"alias": "android"
},
"appVersionName": "1",
"appVersionCode": 1,
"shortcuts": [
{
"name": "Search",
"shortName": "Search",
"url": "https://own-store-demo.vercel.app/search?utm_source=pwa&utm_medium=shortcut",
"chosenIconUrl": "https://own-store-demo.vercel.app/images/logos/android-icon-192x192.png"
},
{
"name": "Catalogues",
"shortName": "Catalogues",
"url": "https://own-store-demo.vercel.app/catalogue?utm_source=pwa&utm_medium=shortcut",
"chosenIconUrl": "https://own-store-demo.vercel.app/images/logos/android-icon-192x192.png"
}
],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://own-store-demo.vercel.app/json/manifest.json",
"fallbackType": "customtabs",
"features": {
"locationDelegation": {
"enabled": true
}
},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "1"
}