Examine source code of retroLink - desprotetor de links

Inspect and view changes in retroLink - desprotetor de links 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
{
  "name": "retroLink",
  "version": "2.3.2resigned1",
  "manifest_version": 2,
  "description": "Desprotege links protegidos com apenas 1 clique!",
  "applications": {
    "gecko": {
      "id": "patrique@retrolink.com.br",
      "strict_min_version": "48.0"
    }
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_icon": "images/icon_32.png",
    "default_title": "Desproteger Link"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ]
}