Night Shift (Warm Tone) Firefox

Examine source code of Night Shift (Warm Tone)

Inspect and view changes in Night Shift (Warm Tone) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Night Shift (Warm Tone)",
  "version": "1.0.0",
  "description": "Lọc ánh sáng xanh, chuyển tông màu ấm vàng vào buổi tối. Có bật/tắt và chỉnh cường độ trong popup.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Night Shift",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{c8c9fcd5-06ce-4cf6-afc9-e6f56596a0c1}"
    }
  }
}

Best Night Shift (Warm Tone) Alternatives

Here are some Firefox add-ons that are similar to Night Shift (Warm Tone):