Reeader - Minimal reader with speed reading

Reeader - Minimal reader with speed reading

A simple and minimal way to read articles faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reeader - Minimal reader with speed reading",
  "version": "1.2.0",
  "description": "A simple and minimal way to read articles faster.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "icons": {
    "16": "images/reader16.png",
    "32": "images/reader32.png",
    "48": "images/reader48.png",
    "128": "images/reader128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "images/*.png"
  ]
}