{
  "name": "MediaCote - Le Coffre-fort Numérique",
  "short_name": "MediaCote",
  "description": "Sécurisez et transférez des fichiers géants sans serveur grâce au P2P et au chiffrement AES-256.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5348e9",
  "icons": [
    {
      "src": "./android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "./tool",
      "accept": {
        "application/octet-stream": [".mcote"]
      },
      "icons": [
        {
          "src": "./android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
