Wattpad Dark Mode

Wattpad Dark Mode

This extension gives Wattpad a nice dark theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wattpad Dark Mode",
  "description": "This extension gives Wattpad a nice dark theme.",
  "version": "1.9.51",
  "author": "KLM1318",
  "action": {
    "default_popup": "./popup.html",
    "default_title": "Wattpad Dark Mode"
  },
  "icons": {
    "16": "./wattpad-dark-mode-low-resolution-color-logo.png",
    "48": "./wattpad-dark-mode-low-resolution-color-logo.png",
    "128": "./wattpad-dark-mode-low-resolution-color-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.wattpad.com/*",
        "https://www.wattpad.com/home"
      ],
      "css": [
        "./main.css"
      ],
      "all_frames": true
    }
  ]
}