{
  "short_name": "APP PRESSE",
  "name": "APP PRESSE — Kiosque de presse",
  "description": "Le kiosque numérique de la presse française. Lisez et téléchargez vos journaux et magazines en PDF.",
  "icons": [
    { "src": "icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2563FF",
  "background_color": "#F9F8F6",
  "lang": "fr",
  "categories": ["news", "magazines", "books"],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["application/pdf", ".pdf"] }
      ]
    }
  }
}
