Night Out

Night Out

Change forground text colour to off-white and a background colour to off-black.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "description": "Change forground text colour to off-white and a background colour to off-black.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Night Out",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.1"
}