VoiceVista: Smart Text-to-Speech Reader Firefox

Examine source code of VoiceVista: Smart Text-to-Speech Reader

Inspect and view changes in VoiceVista: Smart Text-to-Speech Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VoiceVista: Smart Text-to-Speech Reader",
  "version": "1.0",
  "description": "Read selected text or entire web pages aloud with customizable features",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "VoiceVista",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a45945e5-9636-4b65-bd0b-653e6b988c66}"
    }
  }
}

Best VoiceVista: Smart Text-to-Speech Reader Alternatives

Here are some Firefox add-ons that are similar to VoiceVista: Smart Text-to-Speech Reader: