Examine source code of Display Access Keys

Inspect and view changes in Display Access Keys 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": "Display Access Keys",
  "version": "1.0",
  "description": "Identifies and displays access keys on the current webpage.",
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "displayaccesskeys@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}