What-to-click Firefox

Examine source code of What-to-click

Inspect and view changes in What-to-click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "What-to-click",
  "version": "1.12.6",
  "description": "Fully offline, AI-powered how-to documentation creator.",
  "icons": {
    "48": "icons/record.svg"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": "icons/record.svg",
    "default_title": "Record what to click"
  },
  "background": {
    "page": "background/background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content/page.html"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+R"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7feef224-a737-4d04-b0c1-ea47d4cad70a}"
    }
  }
}

Best What-to-click Alternatives

Here are some Firefox add-ons that are similar to What-to-click: