Super speed Reader

Super speed Reader

Unlock your super power for free. Train yourself to read 1500 words per minute.Scientifically proven technique

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Super speed Reader",
  "description": "Unlock your super power for free. Train yourself to read 1500 words per minute.Scientifically proven technique",
  "version": "1.1.0.1",
  "options_page": "./donate-honor/index.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "src/css/stylepage.css"
      ],
      "js": [
        "lib/jquery/jquery.min.js",
        "src/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.png"
  ],
  "commands": {
    "sprint-read-shortcut": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "MacCtrl+Shift+Z"
      },
      "description": "Sprint read selected text"
    }
  },
  "permissions": [
    "contextMenus",
    "clipboardRead",
    "<all_urls>"
  ],
  "background": {
    "page": "src/background.html"
  },
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_icon": "src/graphics/icon128.png"
  },
  "icons": {
    "16": "src/graphics/icon16.png",
    "48": "src/graphics/icon48.png",
    "128": "src/graphics/icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://apis.google.com https://connect.facebook.net; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}