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.2.6",
"description": "A Free browser extension designed to assist you with your sparx maths homework",
"manifest_version": 3,
"author": "Najm Ajmal",
"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\/*"
],
"icons": {
"128": "assets\/logo.png"
},
"action": {
"default_icon": {
"128": "assets\/logo.png"
},
"default_title": "SparxSolver"
},
"content_scripts": [
{
"js": [
"index.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"
}
],
"web_accessible_resources": [
{
"resources": [
"main.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
}
}