VoxPilot Firefox

Examine source code of VoxPilot

By: Delgas
Inspect and view changes in VoxPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VoxPilot",
  "description": "Control voice navigation, commands, and AI-powered automation.",
  "version": "1.1",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "webNavigation",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/voxpilot-16.png",
      "48": "icons/voxpilot-48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "commandsUser.json",
    "userWorkspaces.json"
  ],
  "icons": {
    "16": "icons/voxpilot-16.png",
    "48": "icons/voxpilot-48.png",
    "128": "icons/voxpilot-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{520297f6-0fed-4545-9258-1e1b2160b815}"
    }
  }
}

Best VoxPilot Alternatives

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