Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bounce",
"description": "A quick, fun and simple game: Just use your arrow keys to avoid the balls",
"version": "1.0.1",
"minimum_chrome_version": "38",
"offline_enabled": true,
"permissions": [
"storage"
],
"icons": {
"16": "assets\/16_icon.png",
"48": "assets\/48_icon.png",
"128": "assets\/128_icon.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}