A simple breakout game.
This game was made at the Chrome Apps Accelerated Hackathon in NYC 1/25/13 in about 6 hrs. The entire…
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": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Chompy Ball",
"version": "1",
"minimum_chrome_version": "23",
"icons": {
"16": "icon200.png",
"128": "icon200.png"
},
"app": {
"background": {
"scripts": [
"/js/main.js"
]
}
}
}