www/static/manifest.json

19 lines
486 B
JSON

{
"name": "AoPalash",
"short_name": "Adventure of Palash Bauri",
"icons": [
{
"src": "/images/icons/android-chrome-192x192.png?v=2022",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/icons/android-chrome-512x512.png?v=2022",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"description": "Official blog of Palash Bauri"
}