Use Immersive Reader on Websites

Use Immersive Reader on Websites

Select text, right-click, and Microsoft's Immersive Reader will help you read it

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Use Immersive Reader on Websites",
  "description": "Select text, right-click, and Microsoft's Immersive Reader will help you read it",
  "icons": {
    "16": "book16.png",
    "48": "book48.png",
    "128": "book128.png"
  },
  "version": "1.201",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Read text on this page"
  },
  "manifest_version": 2
}