{ "name": "ReminderFlow", "short_name": "ReminderFlow", "description": "Gérez et automatisez vos rappels de renouvellement clients", "start_url": "./", "scope": "./", "display": "standalone", "orientation": "any", "background_color": "#0f0f13", "theme_color": "#f9516a", "lang": "fr", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Nouveau client", "short_name": "Nouveau client", "description": "Créer un nouveau client", "url": "./clients/new", "icons": [ { "src": "shortcut-new-client.svg", "sizes": "96x96", "type": "image/svg+xml" } ] }, { "name": "Rappels du jour", "short_name": "Rappels", "description": "Voir les rappels à envoyer", "url": "./reminders", "icons": [ { "src": "shortcut-reminders.svg", "sizes": "96x96", "type": "image/svg+xml" } ] } ] }