pWiki/manifest.json
Alex A. Naanou 2a744057f0 getting x flags in order...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-08 20:11:14 +03:00

25 lines
424 B
JSON

{
"short_name": "pWiki",
"name": "pWiki",
"display": "standalone",
"orientation": "portrait",
"theme_color": "white",
"icons": [
{
"src": "img/pWiki-48px.jpg",
"type": "image/jpeg",
"sizes": "48x36"
},
{
"src": "img/pWiki-96px.jpg",
"type": "image/jpeg",
"sizes": "96x71"
},
{
"src": "img/pWiki-192px.jpg",
"type": "image/jpeg",
"sizes": "192x143"
}
]
}