In The Dark

Turn off the lights and use a flashlight to see!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "In The Dark",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "version": "1.4.1",
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en_US",
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}