Play the traditional game Pong with a new awesome look and a performance never seen before at your computer, even offline!!
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",
"manifest_version": 2,
"name": "DogePong",
"short_name": "DogePong",
"description": "Play the traditional game Pong with a new awesome look and a performance never seen before at your computer, even offline!!",
"author": "Francisco Javier Arribas Fernández",
"offline_enabled": true,
"version": "0.0.1.2",
"icons": {
"16": "imgs/doge_icon16.png",
"24": "imgs/doge_icon24.png",
"48": "imgs/doge_icon48.png",
"128": "imgs/doge_icon128.png",
"256": "imgs/doge_icon256.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}