ShiftReader - Speed Read the Web

ShiftReader - Speed Read the Web

Speed read webpages while learning how to speed read anything.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShiftReader - Speed Read the Web",
  "version": "1.3.4.2",
  "manifest_version": 2,
  "description": "Speed read webpages while learning how to speed read anything.",
  "homepage_url": "https://shiftreader.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/firebase/firebase-app.js",
      "js/firebase/firebase-auth.js",
      "js/firebase/firebase-firestore.js",
      "src/bg/background.js",
      "src/options_custom/js/settings_store.js",
      "js/ga.js",
      "js/track-mixpanel.js"
    ],
    "persistent": false
  },
  "options_page": "src/options_custom/index.html",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "ShiftReader"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "unlimitedStorage",
    "https://www.shiftreader.com/"
  ],
  "web_accessible_resources": [
    "js/*",
    "css/*",
    "webfonts/*",
    "reader/*",
    "src/options_custom/*",
    "icons/*"
  ],
  "commands": {
    "shiftreader_hotkey": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S"
      },
      "description": "Open ShiftReader"
    }
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com https://www.googleapis.com https://cdn.firebase.com https://ssl.google-analytics.com; object-src 'self'; connect-src 'self' wss://*.firebaseio.com https://www.googleapis.com https://*.googleapis.com https://api.mixpanel.com;"
}