{
  "name": "Reddit Downloader",
  "short_name": "RDL",
  "description": "Téléchargez vos médias Reddit en un partage",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#FF4500",
  "lang": "fr",
  "icons": [
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
