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", "manifest_version": 3, "name": "Reading List Extension", "version": "1.0.0", "description": "Save web pages to Chrome's built-in reading list.", "homepage_url": "https:\/\/browsernative.com\/chrome-reading-list-extension\/", "permissions": [ "readingList", "contextMenus", "notifications", "tabs" ], "action": { "default_title": "Reading List Extension", "default_icon": { "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup\/popup.html" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "background": { "service_worker": "sw.js" }, "commands": { "add-current-page": { "suggested_key": { "default": "Alt+R", "mac": "Alt+R" }, "description": "Add current page to reading list" } }, "minimum_chrome_version": "120" }