Blue Light Filter Firefox

Examine source code of Blue Light Filter

By: Razor
Inspect and view changes in Blue Light Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Blue Light Filter",
  "version": "1.0",
  "description": "Reduces blue light after 20:00 to protect your eyes.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icon.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "icons": {
    "48": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "blue-light-filter@namkks.com"
    }
  }
}

Best Blue Light Filter Alternatives

Here are some Firefox add-ons that are similar to Blue Light Filter: