Examine source code of bienparler.fr

Inspect and view changes in bienparler.fr source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "bienparler.fr",
  "description": "Transformez des phrases simples en phrases élégantes grâce à l'intelligence artificielle de bienparler.fr",
  "version": "2.2.3",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "permissions": [
    "contextMenus",
    "scripting",
    "activeTab",
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq3rxHzPpUDmE80QEIFLkLu/YpwJjldZ1GX4kDtikwp7ZUBo7xvgQrFRxdOvX9WiGPMhGe22G1s/xl/Ny2Dm6r5vQAL7YqWUM7xo38w2QPDhlbeT+D0Y//unLY3L4H21L3xtwxXeaADJM3d1WtILlSJkN0Uvyl7y8X84nglt+C1iQ1rORcy30LL7IphItzfAszWfaNkPtCxNVlqQG+x1qOe4ysC83KWyRGrrLpZhzcexImGLQklcdvREa9VLN6ljjPuiVaMFgMIjCiqE3C/D6+mfeBguzX4nqdjEJ7JwctsRptFFjQU/nEugbOQIESVi7sWWqVD6tsidFC90OvB3h4QIDAQAB",
  "action": {
    "default_popup": "popup.html",
    "default_title": "bienparler.fr",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "bg.js"
  }
}