Inspect and view changes in Yo Dots play online 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": "Yo Dots play online",
"version": "0.2",
"manifest_version": 2,
"description": "YoDots- a highly addictive, fun game that helps you practice your mental skills.",
"icons": {
"32": "32x32.png",
"48": "48x48.png",
"64": "64x64.png",
"128": "128x128.png",
"256": "256x256.png"
},
"app": {
"background": {
"scripts": [
"app.js"
]
}
},
"minimum_chrome_version": "23",
"permissions": [
"webview"
]
}