SplashReader: Speed Reading with Breaks

SplashReader: Speed Reading with Breaks

A speed reader that lets you come up for air.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SplashReader: Speed Reading with Breaks",
  "short_name": "SplashReader",
  "version": "3.4.0",
  "description": "A speed reader that lets you come up for air.",
  "homepage_url": "http://splashreaderapp.com",
  "author": "Alex Rattray",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "SplashRead"
  },
  "offline_enabled": true,
  "permissions": [
    "storage",
    "activeTab"
  ]
}