Examine source code of Angular Highlighter

Inspect and view changes in Angular Highlighter 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": "Angular Highlighter",
  "version": "1.0",
  "description": "Highlights instances of 'Angular' on the current website",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aee036ad-680e-4960-8b5e-a0babbe71b90}"
    }
  }
}