Examine source code of Web page annotator

Inspect and view changes in Web page annotator 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": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "1.3resigned1",
  "applications": {
    "gecko": {
      "id": "annotate-page@example.com",
      "strict_min_version": "54.0a1"
    }
  },
  "sidebar_action": {
    "default_icon": "icons/star.png",
    "default_title": "__MSG_sidebarTitle__",
    "default_panel": "sidebar/panel.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  }
}