{ "name": "206 Raid Tracker", "short_name": "206 Raid", "description": "Suivi de preparation du projet 206 Raid, avec checklist, achats et reglementaire.", "lang": "fr-FR", "start_url": "./", "scope": "./", "display": "standalone", "orientation": "portrait", "background_color": "#fbf9f4", "theme_color": "#0f172a", "icons": [ { "src": "./icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" }, { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "./icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }, { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Checklist", "short_name": "Checklist", "url": "./#/checklist" }, { "name": "Achats", "short_name": "Achats", "url": "./#/achats" }, { "name": "Reglementaire", "short_name": "Reglement.", "url": "./#/checklist-reglementaire" } ] }