mirror of
https://github.com/arthur-pbty/reducelink.git
synced 2026-06-03 15:07:36 +02:00
23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"name": "ReduceLink - Raccourcisseur de liens gratuit",
|
|
"short_name": "ReduceLink",
|
|
"description": "Raccourcissez vos liens gratuitement. Simple, rapide et sans inscription. QR Code et statistiques inclus.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f9fafb",
|
|
"theme_color": "#2563eb",
|
|
"lang": "fr",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|