eum / manifest.json
Aleksmorshen's picture
Update manifest.json
2d7baae verified
raw
history blame contribute delete
277 Bytes
{
"name": "eUM : Open Perflexity",
"short_name": "eUM",
"start_url": "/",
"display": "standalone",
"background_color": "#f8f9fa",
"theme_color": "#f8f9fa",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}