ListLint Firefox

Examine source code of ListLint

By: Dorsey
Inspect and view changes in ListLint source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ListLint",
  "version": "1.0.0",
  "description": "Audit list semantics, orphan list items, and suspicious pseudo-list patterns.",
  "icons": {
    "48": "badge/icon-48.png",
    "96": "badge/icon-96.png",
    "128": "badge/icon-128.png"
  },
  "action": {
    "default_title": "ListLint",
    "default_popup": "popup/view.html",
    "default_icon": {
      "48": "badge/icon-48.png"
    }
  },
  "options_ui": {
    "page": "options/settings.html",
    "open_in_tab": true
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a4820823-3d7f-427d-83e1-d1f513cf30ea}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ListLint Alternatives

Here are some Firefox add-ons that are similar to ListLint: