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.4", "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\/*", "https:\/\/auth.sparxmaths.uk\/*" ], "icons": { "128": "assets\/logo.png" }, "action": { "default_icon": { "128": "assets\/logo.png" }, "default_title": "SparxSolver" }, "content_scripts": [ { "js": [ "index.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.sparxmaths.uk\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "main.js" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" } }