manifest.webmanifest
310 Bytes
{
"background_color": "#E9408D",
"description": "my footseen",
"display": "standalone",
"icons": [
{
"src": "icon/fox-icon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"name": "Footseen web",
"short_name": "Footseen",
"start_url": "/mobile/index.html?type=pwa"
}