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_app_name__",
"description": "__MSG_app_description__",
"version": "1.0.5",
"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"
},
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"scripting",
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/*.mathwaysolver.com\/*",
"https:\/\/www.google-analytics.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"fonts\/KaTeX_AMS-Regular.woff2",
"fonts\/KaTeX_Caligraphic-Bold.woff2",
"fonts\/KaTeX_Caligraphic-Regular.woff2",
"fonts\/KaTeX_Fraktur-Bold.woff2",
"fonts\/KaTeX_Fraktur-Regular.woff2",
"fonts\/KaTeX_Main-Bold.woff2",
"fonts\/KaTeX_Main-BoldItalic.woff2",
"fonts\/KaTeX_Main-Italic.woff2",
"fonts\/KaTeX_Main-Regular.woff2",
"fonts\/KaTeX_Math-BoldItalic.woff2",
"fonts\/KaTeX_Math-Italic.woff2",
"fonts\/KaTeX_SansSerif-Bold.woff2",
"fonts\/KaTeX_SansSerif-Italic.woff2",
"fonts\/KaTeX_SansSerif-Regular.woff2",
"fonts\/KaTeX_Script-Regular.woff2",
"fonts\/KaTeX_Size1-Regular.woff2",
"fonts\/KaTeX_Size2-Regular.woff2",
"fonts\/KaTeX_Size3-Regular.woff2",
"fonts\/KaTeX_Size4-Regular.woff2",
"fonts\/KaTeX_Typewriter-Regular.woff2",
"fonts\/Manrope-VF.woff2"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"commands": {
"mth-take-screenshot": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Take Screenshot"
}
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Math Solver for Chrome \u2013 AI Math Problem Solver",
"default_popup": "popup.html"
},
"content_scripts": []
}