Examine source code of nolfet

Inspect and view changes in nolfet 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": "nolfet",
  "version": "0.2resigned1",
  "description": "Unsticks sticky or fixed elements",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2ba921b9-e926-41ee-95a9-86fe42f5d57b}"
    }
  }
}