{
  "name": "Carnet PWA – Gestionnaire de contacts",
  "short_name": "Carnet PWA",
  "description": "Application PWA de gestion de contacts avec stockage SQLite local",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "lang": "fr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nouveau contact",
      "short_name": "Ajouter",
      "description": "Ajouter un nouveau contact",
      "url": "./#nouveau",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
