Inspect and view changes in Mathchops source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"app": {
"urls": [
"https://www.mathchops.com/info/faq"
],
"launch": {
"web_url": "https://www.mathchops.com"
}
},
"manifest_version": 2,
"name": "Mathchops",
"version": "0.0.0.1",
"description": "Mathchops is a tool you can use to practice for a standardized test.",
"icons": {
"128": "icon-128x128.png"
},
"short_name": "Mathchops",
"permissions": [
"unlimitedStorage",
"notifications"
]
}