Examine source code of Acrolinx for Microsoft Edge

Inspect and view changes in Acrolinx for Microsoft Edge 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
{
  "author": "Acrolinx GmbH",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/browser-action-64.png",
    "default_title": "__MSG_title__"
  },
  "commands": {
    "toggleSidebar": {
      "description": "Show/Hide Acrolinx Sidebar",
      "suggested_key": {
        "default": "Ctrl+Shift+A"
      }
    }
  },
  "content_security_policy": "script-src 'self' blob: filesystem: chrome-extension-resource: https://acrolinx-sidebar-classic.s3.amazonaws.com; object-src 'self'",
  "default_locale": "en",
  "description": "This extension adds the Acrolinx sidebar to any page.",
  "icons": {
    "16": "images/acrolinx-icon.png",
    "48": "images/acrolinx-icon.png",
    "128": "images/acrolinx-icon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "45",
  "name": "Acrolinx for Chrome",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "version": "1.2.0.249",
  "web_accessible_resources": [
    "sidebar-iframe/*",
    "acrolinx-sidebar-sdk/*",
    "acrolinx-sidebar-startpage/*",
    "platform/*",
    "fonts/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}