Dyslexia

Dyslexia

Help you to read fluently

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_title__",
  "short_name": "Dyslexia",
  "description": "__MSG_desc__",
  "version": "2.0.1",
  "background": {
    "scripts": [
      "script/sdk/server.js",
      "script/background/main.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "script/sdk/app.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Dyslexia 阅读障碍",
    "default_icon": {
      "128": "iconx256.png"
    }
  },
  "options_page": "setting.html",
  "web_accessible_resources": [
    "*"
  ],
  "permissions": [
    "*://*/*",
    "storage",
    "tts",
    "ttsEngine",
    "tabs"
  ],
  "default_locale": "en",
  "icons": {
    "16": "iconx16.png",
    "48": "iconx48.png",
    "128": "iconx128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "50"
}