LinkAware Firefox

Examine source code of LinkAware

Inspect and view changes in LinkAware source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkAware",
  "version": "1.3",
  "description": "Tells you what websites you are visiting to create awareness of where you are on the internet.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "js": [
        "lib/resources.js",
        "banner.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/resources.js",
      "webproperties.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png",
      "128": "icons/icon128.png"
    },
    "default_title": "About: LinkAware"
  },
  "page_action": {
    "default_icon": {
      "19": "icons/icon32.png",
      "38": "icons/icon48.png"
    }
  }
}

Best LinkAware Alternatives

Here are some Firefox add-ons that are similar to LinkAware: