19 lines
438 B
JSON
Executable File
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"
|
|
}
|
|
]
|
|
}
|