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": "AI Math Solver & Calculator - Symbolab", "description": "Symbolab AI Math Solver: Snap any math problem. Get clear, step-by-step help. Understand the process, not just the solution.", "version": "2.3", "icons": { "16": "images\/symbolab-icon-16.png", "32": "images\/symbolab-icon-32.png", "48": "images\/symbolab-icon-48.png", "128": "images\/symbolab-icon-128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "css": [ "content\/extension-ui.css" ], "js": [ "content\/extension-ui.js" ], "matches": [ "https:\/\/*.ixl.com\/*", "https:\/\/*.pearson.com\/*", "https:\/\/*.webassign.net\/*", "https:\/\/*.aleks.com\/*", "https:\/\/*.deltamath.com\/*", "https:\/\/*.russianschool.com\/*", "https:\/\/*.drfrost.org\/*", "https:\/\/classroom.google.com\/*", "https:\/\/mathspace.co\/*", "https:\/\/docs.google.com\/*", "https:\/\/*.blackboard.com\/*", "https:\/\/*.kahoot.com\/*", "https:\/\/*.khanacademy.org\/*", "https:\/\/*.mathletics.com\/*", "https:\/\/*.macmillanlearning.com\/*", "https:\/\/*.mathway.com\/*", "https:\/\/*.chegg.com\/*", "https:\/\/*.moodle.com\/*", "https:\/\/*.schoology.com\/*", "https:\/\/uchi.ru\/*", "https:\/\/school.mos.ru\/*", "https:\/\/*.powerschool.com\/*", "https:\/\/*.portal2learn.com\/*", "https:\/\/*.symbolab.com\/*", "https:\/\/*.wolframalpha.com\/*", "https:\/\/*.wikipedia.org\/*", "https:\/\/*.acellus.com\/*", "https:\/\/*.bergen.edu\/*", "https:\/\/*.cuny.edu\/*", "https:\/\/*.sparxmaths.uk\/*", "https:\/\/*.myopenmath.com\/*", "https:\/\/moodletecnmcelaya.org\/*", "http:\/\/*.localhost:9000\/*" ] } ], "action": { "default_title": "Click to open URL", "default_icon": { "16": "images\/symbolab-icon-16.png", "32": "images\/symbolab-icon-32.png", "48": "images\/symbolab-icon-48.png", "128": "images\/symbolab-icon-128.png" } }, "permissions": [ "tabs", "activeTab", "scripting", "storage", "contextMenus", "sidePanel" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "\/content\/extension-ui.js", "\/side_panel\/survey-component.js", "\/images\/camera.svg", "\/images\/history.svg", "\/images\/info.svg", "\/images\/sy.svg", "\/images\/thumbs-up.svg", "\/images\/thumbs-down.svg", "\/images\/pin-icon.png" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.symbolab.com\/*", "http:\/\/*.localhost\/*" ] }, "side_panel": { "default_path": "side_panel\/side_panel.html" } }