Linear Comment Sorter Firefox

Examine source code of Linear Comment Sorter

Inspect and view changes in Linear Comment Sorter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Linear Comment Sorter",
  "version": "1.0.4",
  "description": "Add a sort dropdown to Linear issues (Newest→Oldest or Oldest→Newest).",
  "permissions": [],
  "host_permissions": [
    "https://*.linear.app/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.linear.app/*"
      ],
      "js": [
        "dist/main.js"
      ],
      "css": [
        "dist/style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "linear-comment-sorter@example.com"
    }
  }
}

Best Linear Comment Sorter Alternatives

Here are some Firefox add-ons that are similar to Linear Comment Sorter: