Discuss URL Firefox

Examine source code of Discuss URL

Inspect and view changes in Discuss URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Discuss URL",
  "description": "Discuss any URL or domain on the web.",
  "version": "0.2.0",
  "manifest_version": 2,
  "icons": {
    "48": "icons/logo_48.png",
    "96": "icons/logo_96.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_title": "Discuss URL",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

Best Discuss URL Alternatives

Here are some Firefox add-ons that are similar to Discuss URL: