{
  "name": "SaveBox",
  "short_name": "SaveBox",
  "description": "Tes articles, tweets et liens sauvegardés",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },
  "shortcuts": [
    {
      "name": "Ajouter un lien",
      "url": "/add",
      "description": "Sauvegarder une nouvelle URL"
    }
  ]
}
