Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3.0", "action": { "default_icon": "parallel-text.png" }, "icons": { "128": "parallel-text.png" }, "background": { "service_worker": "parallel-text--background.js" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "<all_urls>" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "common.mjs", "constants.mjs", "content-script.mjs", "notification.mjs", "page-utils.mjs", "parallel-text.mjs", "sidebar-utils.mjs" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage" ] }