Backrooms Dark Mode

Backrooms Dark Mode

Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Backrooms Dark Mode",
  "version": "1.4",
  "version_name": "1.4 The Frenchening",
  "developer": {
    "name": "Ross Dear - Ross#7099"
  },
  "description": "Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.",
  "icons": {
    "48": "icons/moon-20.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://fr-backrooms-wiki.wikidot.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ]
}