VoiceFlow — Speech to Text Firefox

Examine source code of VoiceFlow — Speech to Text

Inspect and view changes in VoiceFlow — Speech to Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VoiceFlow — Speech to Text",
  "version": "1.1.0",
  "description": "Transcription vocale via API compatible Whisper",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "voiceflow-stt@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    },
    "default_title": "VoiceFlow"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "recorder/recorder.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best VoiceFlow — Speech to Text Alternatives

Here are some Firefox add-ons that are similar to VoiceFlow — Speech to Text: