Text speaker

Text speaker

Pronounce selected text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Text speaker",
  "description": "Pronounce selected text",
  "version": "1.0",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tts",
    "storage",
    "contextMenus"
  ]
}