Read Bee -  text mode reader online

Read Bee - text mode reader online

Simplify your reading experience with our Text Mode/Reader view feature. Enjoy articles on site without unnecessary distractions

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.9",
  "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/*"
  ]
}