Any Websites will be stage of the Shooter.
Click ext icon to start.
- [←→] Walk
- [↓] Get down
- [Z] Shot a bullet
- [X] Jump
-…
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": "Shooter on HTML",
"version": "1.0.2",
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {},
"background": {
"scripts": [
"js/background.js"
]
},
"web_accessible_resources": [
"img/balloon_brust1.gif",
"img/balloon_brust2.gif",
"img/balloon.gif",
"img/jump.gif",
"img/wait.gif",
"img/walk.gif"
]
}