Pericles: Text to Speech Screen Reader

Pericles: Text to Speech Screen Reader

Speech synthesis redesigned. Listen to emails, documents & websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pericles: Text to Speech Screen Reader",
  "version": "2.2.13",
  "description": "Speech synthesis redesigned. Listen to emails, documents & websites.",
  "homepage_url": "https://getpericles.com",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-vendors.49b595700303089b9862.js",
        "content-bundle.js"
      ],
      "runAt": "document_end",
      "all_frames": true
    },
    {
      "all_frames": true,
      "js": [
        "content-google-docs-inject.js"
      ],
      "matches": [
        "https://docs.google.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://apis.google.com; object-src 'self'",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background-vendors.js",
      "background-bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon/16-on.png",
      "32": "icon/32-on.png",
      "96": "icon/96-on.png",
      "128": "icon/128-on.png"
    },
    "default_popup": "index.html",
    "default_title": "Pericles: Text to speech Screen Reader"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tts"
  ],
  "icons": {
    "16": "icon/16-on.png",
    "32": "icon/32-on.png",
    "96": "icon/96-on.png",
    "128": "icon/128-on.png"
  },
  "web_accessible_resources": [],
  "manifest_version": 2
}