Examine source code of Reader for websites - ReadBee

Inspect and view changes in Reader for websites - ReadBee source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}