Examine source code of AI Extension

Inspect and view changes in AI Extension 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
{
  "manifest_version": 2,
  "name": "AI Extension",
  "version": "1.7",
  "description": "Addon de gestion avancée de AI Marketing",
  "icons": {
    "48": "icons/gestion-48.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/gestion-48.png",
    "browser_style": true,
    "default_popup": "popup/popup.html"
  }
}