Examine source code of Synapse Plugin Cordial Business

Inspect and view changes in Synapse Plugin Cordial Business 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
{
  "name": "Synapse Plugin Cordial Business",
  "description": "Corrigez vos erreurs de texte grâce à notre plugin !",
  "version": "1.1.0",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "identity",
    "*://*/*"
  ],
  "icons": {
    "16": "resources/icons/cordial/cordial22_16x16.png",
    "32": "resources/icons/cordial/cordial22_32x32.png",
    "48": "resources/icons/cordial/cordial22_48x48.png",
    "128": "resources/icons/cordial/cordial22_128x128.png"
  },
  "browser_action": {
    "default_icon": "resources/icons/cordial/cordial22_16x16.png",
    "default_title": "Popup synapse",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "resources/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}