Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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 }