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": "__MSG_name__", "version": "3.4.6", "manifest_version": 3, "description": "__MSG_description__", "author": "ranhe<[email protected]>", "background": { "service_worker": "worker.js" }, "permissions": [ "storage", "scripting", "contextMenus", "fontSettings", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": { "16": "assets\/16-default.png", "32": "assets\/32-default.png" } }, "icons": { "16": "assets\/16.png", "32": "assets\/32.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "default_locale": "en", "options_page": "view\/index.html", "homepage_url": "https:\/\/circlereader.com", "content_scripts": [ { "js": [ "app.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/128.png", "assets\/break.svg" ], "matches": [ "<all_urls>" ] } ] }