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": "Mental Calculation Game",
"version": "1.1",
"description": "A fun mental math game to improve your calculation skills. Choose between basic and advanced modes with adjustable difficulty",
"action": {
"default_popup": "popup.html",
"default_title": "Mental Math"
},
"icons": {
"16": "16.png",
"32": "32.png"
},
"permissions": [
"storage"
]
}