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, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.5", "permissions": [ "sidePanel", "storage", "contextMenus" ], "host_permissions": [ "https:\/\/torows.com\/*", "<all_urls>" ], "action": { "default_icon": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "options_page": "options.html", "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content.css" ], "js": [ "config.js", "i18n.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" } }