Inspect and view changes in Monster Math Flash Cards 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",
"name": "Monster Math Flash Cards",
"description": "Monster Math Flash Cards for kids is a fun way for kids to learn addition, subtraction, multiplication with animated cute monsters",
"version": "1.0.1",
"manifest_version": 2,
"app": {
"urls": [
"http://www.allfunapps.com/webapps/mathflashcards/"
],
"launch": {
"web_url": "http://www.allfunapps.com/webapps/mathflashcards/"
}
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
}
}