{
  "name": "Pawmee Manager",
  "short_name": "Pawmee",
  "description": "Outil de gestion pour le Pet-Sitting Pawmee",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A1A2E",
  "theme_color": "#FF7A18",
  "orientation": "any",
  "permissions": ["notifications"],
  "icons": [
    {
      "src": "/pwa192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}