Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.9",
"action": {
"default_title": "Math GPT"
},
"background": {
"service_worker": "scripts\/background.CmfZgd1w.js",
"type": "module"
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage",
"sidePanel"
],
"host_permissions": [
"<all_urls>"
],
"side_panel": {
"default_path": "pages\/sidebar\/index.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [],
"js": [
"scripts\/mj.308f2f08.js"
],
"run_at": "document_end",
"world": "ISOLATED"
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"http:\/\/localhost\/*"
],
"js": [
"scripts\/selection.aCyEHdUM.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"
}
}