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",
"name": "SparxSolver",
"version": "5.3.1",
"description": "A Free browser extension designed to assist you with your sparx maths homework",
"manifest_version": 3,
"author": "Najm Ajmal",
"permissions": [
"storage",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/www.sparxmaths.uk\/*",
"*:\/\/auth.sparxmaths.uk\/*",
"*:\/\/maths.sparx-learning.com\/*",
"*:\/\/auth.sparx-learning.com\/*",
"https:\/\/maths.sparx-learning.com\/*",
"https:\/\/auth.sparx-learning.com\/*",
"<all_urls>"
],
"icons": {
"128": "assets\/logo.png"
},
"action": {
"default_icon": {
"128": "assets\/logo.png"
},
"default_title": "SparxSolver",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"inject.js"
],
"css": [
"styles.css"
],
"matches": [
"*:\/\/www.sparxmaths.uk\/*",
"*:\/\/auth.sparxmaths.uk\/*",
"*:\/\/maths.sparx-learning.com\/*",
"*:\/\/auth.sparx-learning.com\/*",
"https:\/\/maths.sparx-learning.com\/*",
"https:\/\/auth.sparx-learning.com\/*"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"lib\/mellowtel.js",
"mellowtel-content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"main.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
}
}