Apple Shooter

Apple Shooter

Click to play the game Apple Shooter now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Apple Shooter",
  "short_name": "Play Apple Shooter online",
  "description": "Click to play the game Apple Shooter now!",
  "version": "3.0",
  "browser_action": {
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}