
{
  "name": "Gestion du Syndic",
  "short_name": "Syndic",
  "description": "Application de gestion de copropriété et appels de fonds",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "./",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/993/993928.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/993/993928.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/993/993928.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "finance"],
  "shortcuts": [
    {
      "name": "Nouvelle Saisie",
      "url": "./index.html#saisie",
      "description": "Ajouter un nouvel appel de fonds"
    }
  ]
}
