mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-16 07:46:58 -04:00
Merge branch 'master' of https://github.com/kiwix/kiwix-js-windows
Former-commit-id: 5f740a5b56e47dcad310993a3ad39d5d47b5c8c5 Former-commit-id: b813b50b3e5d4cfc744f8ceaa050e9f4102a81f7 [formerly 0d558d73fcf4608dc9f4b8cacb457bc15fd867bb [formerly 146cd9a41a38f0f3d9b9d9d0e55229c869a9ba96]] Former-commit-id: e7824d9c15decda70ee5fbc780e7ecd615cae370 [formerly 0f08d94e12701f21f3c113e6220b5a0ef012fab4] Former-commit-id: 6cb0312d4ec744184dfccc5ef9802b722976aff7
This commit is contained in:
commit
787b1df454
@ -3,25 +3,24 @@
|
||||
"lang": "en",
|
||||
"name": "Kiwix JS PWA Edition",
|
||||
"display": "standalone",
|
||||
"display_override": ["tabbed"],
|
||||
"display_override": ["standalone", "tabbed"],
|
||||
"start_url": ".",
|
||||
"short_name": "Kiwix PWA",
|
||||
"theme_color": "black",
|
||||
"description": "Offline Wikipedia reader",
|
||||
"orientation": "any",
|
||||
"background_color": "transparent",
|
||||
"relatedapplications": "",
|
||||
"preferrelated_applications": "false",
|
||||
"generated": "true",
|
||||
"related_applications": [],
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "www/img/icons/kiwix-48.png",
|
||||
"sizes": "48x48 96x96",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "www/img/icons/kiwix-64.ico",
|
||||
"sizes": "64x64 128x128",
|
||||
"sizes": "64x64",
|
||||
"type": "image/ico"
|
||||
},
|
||||
{
|
||||
@ -31,7 +30,7 @@
|
||||
},
|
||||
{
|
||||
"src": "www/img/icons/kiwix-256.png",
|
||||
"sizes": "256x256 512x512",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
@ -44,4 +43,4 @@
|
||||
"launch_type": "single-client"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user