Dark Mode

Dark Mode

Turn on dark mode on popular sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "Turn on dark mode on popular sites.",
  "icons": {
    "128": "zizimana.png"
  },
  "version": "1.4",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "pronda.html",
    "default_icon": "zizimana.png"
  },
  "background": {
    "scripts": [
      "cfora/pistrfa/bibata.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [
        "*/chrome/newtab*"
      ],
      "js": [
        "jquery.js",
        "cfora/pistrfa/corapta.js",
        "cfora/pistrfa/astrafa/lavaba.js"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "*.css"
  ]
}