Speech to text - You speak and I write)

Speech to text - You speak and I write)

A simple and easy-to-use typing assistant. Converts your voice to text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": "icons/32.png",
    "default_title": "__MSG_app_name__"
  },
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "manifest_version": 3,
  "version": "1.0.0"
}