TL Which Query Firefox

Examine source code of TL Which Query

Inspect and view changes in TL Which Query source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TL Which Query",
  "version": "1.5",
  "description": "Testing library: which query to use",
  "icons": {
    "32": "icons/octopus-32x32.png",
    "64": "icons/octopus-64x64.png",
    "128": "icons/octopus-128x128.png"
  },
  "author": "Iulian Radu",
  "homepage_url": "https://github.com/iulianraduat/tl-which-query",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tl-which-query.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "112.0",
      "id": "tl-which-query@iulian-radu.eu"
    }
  },
  "permissions": [
    "menus",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "classic"
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/octopus-32x32.png",
      "64": "icons/octopus-64x64.png",
      "128": "icons/octopus-128x128.png"
    },
    "default_title": "TL Which Query",
    "default_popup": "popup.html"
  }
}

Best TL Which Query Alternatives

Here are some Firefox add-ons that are similar to TL Which Query: