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": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "version": "1.0", "action": { "default_title": "Math GPT" }, "background": { "service_worker": "scripts\/background.Cmy2oalH.js", "type": "module" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [], "js": [ "scripts\/mj.5ed63d29.js" ], "run_at": "document_end", "world": "ISOLATED" }, { "matches": [ "<all_urls>" ], "exclude_matches": [ "http:\/\/localhost\/*" ], "js": [ "scripts\/selection.w_0HdcP2.js" ], "run_at": "document_end", "world": "ISOLATED" } ], "web_accessible_resources": [ { "resources": [ "fonts\/*", "pages\/*", "scripts\/*", "*.js" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ], "icons": { "16": "icons\/icon-32.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" } }