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:
Jaifroid 2022-05-12 16:34:08 +01:00
commit 787b1df454

View File

@ -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"
}
]
}
}