{
  "name": "Notification App",
  "short_name": "NotifApp",
  "description": "Application de notifications en temps réel",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#25D366",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon"
    }
  ],
  "gcm_sender_id": "410791061907",
  "notifications": {
    "actions": [
      {
        "action": "open",
        "title": "Ouvrir l'application"
      },
      {
        "action": "dismiss",
        "title": "Ignorer"
      }
    ]
  }
}
