Dissenter Lite

Dissenter Lite

Dissenter Light is the minimalist way to get to the comment section of the Internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Dissenter Lite",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "description": "Dissenter Light is the minimalist way to get to the comment section of the Internet.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "background",
    "scripting"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+D",
        "mac": "Alt+Shift+D"
      }
    }
  },
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}