Reader for websites - ReadBee

Reader for websites - ReadBee

Simplified text mode/read mode for any article from the site without unnecessary things. Handy reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1.5",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/reader16.png",
    "32": "images/reader32.png",
    "48": "images/reader48.png",
    "128": "images/reader128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "web_accessible_resources": [
    "images/*.png",
    "images/*.svg",
    "fonts/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}