Gloom Dark

Gloom Dark

Gloom Dark, read at night. Bluelight filter for every website. Relax your eyes at night and day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gloom Dark",
  "version": "5.7.26",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "assets/icons/16.png",
    "32": "assets/icons/32.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "options/index.html"
  },
  "options_page": "options/index.html",
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "css": [
        "content/styles.css"
      ],
      "js": [
        "assets/satus/satus.js",
        "content/core.js",
        "content/custom-css.js",
        "content/dynamic-theme.js",
        "content/filters.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "offline_enabled": true
}