Qt Doc Search Firefox

Examine source code of Qt Doc Search

By: JKSH
Inspect and view changes in Qt Doc Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Qt Doc Search",
  "description": "Streamlined documentation search for Qt developers.",
  "version": "2.0.0",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f9264e2b-5707-4a52-bfed-a758d0f80504}"
    }
  },
  "omnibox": {
    "keyword": "qd"
  }
}

Best Qt Doc Search Alternatives

Here are some Firefox add-ons that are similar to Qt Doc Search: