{
  "id": "masterpaint-98-pro",
  "name": "MasterPaint ",
  "short_name": "MasterPaint",
  "description": "Suite graphique bitmap et vecteur dans le navigateur — retouche, calques, effets.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0d8f8f",
  "theme_color": "#0D8F8F",
  "lang": "fr",
  "categories": ["graphics", "photo", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "./share-import",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "image/png", "image/jpeg", "image/webp", "image/gif", "image/bmp"]
        }
      ]
    }
  }
}
