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_n__", "description": "__MSG_d__", "version": "1.0.4", "short_name": "AI for Math", "icons": { "16": "icon\/16.png", "24": "icon\/24.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png", "256": "icon\/256.png" }, "default_locale": "en", "permissions": [ "storage", "contextMenus", "scripting", "sidePanel" ], "homepage_url": "https:\/\/aimathproblemsolver.com", "host_permissions": [ "<all_urls>" ], "commands": { "ai-for-math-screenshot": { "description": "AI for Math Screenshot", "suggested_key": { "default": "Ctrl+Shift+S" } }, "_execute_action": { "suggested_key": { "default": "Alt+Shift+M" } } }, "externally_connectable": { "ids": [ "bjilalbcjkmilhhkfagmblkoekicmcnf" ], "matches": [ "https:\/\/aimathproblemsolver.com\/*" ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>", "*:\/\/*\/*" ], "resources": [ "*.png", "content-scripts\/*", "f\/*" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "*:\/\/*\/*", "<all_urls>", "file:\/\/\/*" ] } ], "content_security_policy": { "extension_pages": "default-src 'self'; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; frame-src 'self' https:\/\/aimathproblemsolver.com; connect-src https:\/\/aimathproblemsolver.com https:\/\/www.google-analytics.com https:\/\/*.amplitude.com https:\/\/*.sentry.io;" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "AI for Math", "default_icon": { "16": "icon\/16.png", "24": "icon\/24.png", "32": "icon\/32.png", "64": "icon\/64.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "<all_urls>", "file:\/\/\/*" ], "run_at": "document_end", "js": [ "content-scripts\/content.js" ], "world": "ISOLATED" } ] }