Examine source code of Open Link in Foreground

Inspect and view changes in Open Link in Foreground 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": "Open Link in Foreground",
  "version": "1.1.2",
  "author": "André Veríssimo",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "open_link_in_foreground@yahoo.com",
      "strict_min_version": "55.0"
    }
  },
  "description": "Open Link in Foreground",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  }
}