alpha_full/_conf/manifest.json
2026-04-06 22:58:51 +02:00

19 lines
438 B
JSON
Executable File

{
"name": "123ventes",
"short_name": "123ventes",
"background_color": "red",
"description": "Votre boutique web facile",
"orientation": "portrait-primary",
"scope": "/monapp/",
"start_url": "./",
"display": "standalone",
"theme_color": "yellow",
"icons": [
{
"src": "./images/logos/logo-bleu.svg",
"sizes": "48x48",
"type": "image/png"
}
]
}