READIPEDIA

READIPEDIA

Best Speed Reader. Find Your Reading Style and Read Faster!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "READIPEDIA",
  "short_name": "RFAST",
  "description": "Best Speed Reader. Find Your Reading Style and Read Faster!",
  "minimum_chrome_version": "29",
  "version": "0.0.3.9",
  "permissions": [
    "storage",
    "activeTab",
    "https://www.paypal.com/cgi-bin/webscr",
    "http://www.readipedia.com/wp-json/lmfwc/v2/licenses/",
    "https://pmny.in/PI1gcZqohdFl"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "back_script.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Find your reading style!",
    "default_popup": "popupsign.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "commands": {
    "key_to_style1": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Apply"
    },
    "key_to_style2": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Reset"
    },
    "key_to_style3": {
      "suggested_key": {
        "default": "Alt+Shift+1"
      },
      "description": "Apply Alternate Shaded Row"
    },
    "key_to_style4": {
      "suggested_key": {
        "default": "Alt+Shift+2"
      },
      "description": "Apply Word Length Based Font size"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm4cOvqo13p1gmEUVVrT/xYCtPEhr/VsF2JeoLZWm66DGtNNl2PvqaTuKh2oiezOs5axySACG4j2MBPt/1Cu5IRdVWDvY6/QeZOgyp/5PwIIR2CQiaef1Nm19bOhRxM9LfXb+IP+pVs57UrsB/1Jk5FPdMSRh4w+oVPfsd8pdsXCOI8ymJiEMj7hYv3tr9+CB+hr+N5hvC9JtnFe1B5OdhwMJUecssYkL48C1BrL019bj+A90MXMQs9YobN+Dt0fMPsO0mfBwuXK42HsyZtIeRHONflrb5AE4grS8I6B6EIEFhiYwEeZFDVIkiJsIAtc6/8qP0JZ+jFqNILW3P7eckwIDAQAB",
  "manifest_version": 2
}