Reedr — Text-to-speech

Reedr — Text-to-speech

The coolest text-to-speech extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reedr — Text-to-speech",
  "version": "1.1.1",
  "description": "The coolest text-to-speech extension.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "app/app.css"
      ],
      "js": [
        "app/app.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Reedr — Text-to-speech",
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "images/*"
  ]
}