Text to Speech

Text to Speech

This app converts text to speech, making it easy for you to communicate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "photo128.png"
  },
  "author": "Text to speech",
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "photo128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_title__",
  "permissions": [
    "contextMenus"
  ],
  "short_name": "Text to speech",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.8"
}