OpenDiscourse Firefox

Examine source code of OpenDiscourse

提供元: Satyam Sundaram
Inspect and view changes in OpenDiscourse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "OpenDiscourse",
  "description": "Comment anywhere on the web. Join the open discourse.",
  "version": "1.1.1",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://backend-frosty-log-3227.fly.dev/*"
  ],
  "background": {
    "service_worker": "background/service-worker.js",
    "scripts": [
      "utils/identity.js",
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "utils/url.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "OpenDiscourse"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "sidebar/sidebar.html",
        "content/content.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "opendiscourse@satyamsundaram.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

ベストのOpenDiscourse代替案

OpenDiscourseに類似したFirefox add-onをいくつか紹介します: