Selection Reader

Selection Reader

Selection Reader allows to speak the content in the web page with various voice control options.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Selection Reader",
  "version": "2.1",
  "description": "Selection Reader allows to speak the content in the web page with various voice control options.",
  "permissions": [
    "tts",
    "contextMenus",
    "storage"
  ],
  "icons": {
    "16": "img/speak16.png",
    "48": "img/speak64.png",
    "128": "img/speak128.png"
  },
  "browser_action": {
    "default_icon": "img/speak32.png",
    "default_popup": "index.html",
    "default_title": "Selection Reader"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}