Inspect and view changes in Sprite Basic Compiler Demos 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": "Sprite Basic Compiler Demos",
"manifest_version": 2,
"description": "Demos of Sprite Basic Compiler, HTML5 game engine with Web Gl Renderer and Physic Engine",
"version": "0.0.5",
"icons": {
"16": "logo16.png",
"128": "logo128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}