Inspect and view changes in Roger's Math Whiteboard 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": "Roger's Math Whiteboard",
"description": "A Chrome App designed specifically for Math Teachers",
"version": "1.414.213.562",
"manifest_version": 2,
"minimum_chrome_version": "51",
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"permissions": [
"desktopCapture",
"storage",
"unlimitedStorage",
{
"fileSystem": [
"write",
"directory"
]
}
],
"icons": {
"16": "/images/icons/scribble-16.png",
"128": "/images/icons/scribble-128.png"
}
}