{
  "name": "MesRecettes",
  "short_name": "MesRecettes",
  "description": "Your personal recipe manager",
  "start_url": "/app/home.php",
  "display": "standalone",
  "background_color": "#faf9f6",
  "theme_color": "#e74c3c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/app/share-target.php",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
