MagicScroll Web Reader

MagicScroll Web Reader

Read the web with MagicScroll

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MagicScroll Web Reader",
  "version": "3.2",
  "manifest_version": 2,
  "description": "Read the web with MagicScroll",
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_title": "Read with MagicScroll",
    "default_popup": "chrome.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "staticscroll.css"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "images/next_1.png",
    "images/previous_1.png",
    "images/play_1.png",
    "images/minus_1.png",
    "images/pause_1.png",
    "images/plus_1.png",
    "images/refresh_1.png",
    "images/skewed_print.png",
    "images/bug_1.png",
    "images/settings.png",
    "images/load.gif"
  ],
  "icons": {
    "16": "images/icon19.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://hrscs04.appspot.com; object-src 'self'"
}