Selection Reader (Text to Speech)

Selection Reader (Text to Speech)

High quality text-to-speech reader capable of seamlessly reading large amounts of text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_manifest_name__",
  "short_name": "__MSG_manifest_shortname__",
  "author": "David Heaney",
  "description": "__MSG_manifest_description__",
  "version": "1.8.9",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "read.js",
      "buy.js"
    ]
  },
  "icons": {
    "16": "icons/regular/icon16.png",
    "48": "icons/regular/icon48.png",
    "128": "icons/regular/icon128.png"
  },
  "browser_action": {},
  "default_locale": "en",
  "minimum_chrome_version": "40",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "offline_enabled": false,
  "manifest_version": 2
}