Examine source code of UFO DOWN

Inspect and view changes in UFO DOWN source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "UFO DOWN",
  "version": "1.0",
  "description": "Shoot at the ufo with a variety of weapons and score as many points as possible without missing.",
  "homepage_url": "https://www.chromethemer.com/",
  "icons": {
    "48": "icons/wallpaperwolf-48.png"
  },
  "permissions": [
    "alarms",
    "tabs"
  ],
  "page_action": {
    "default_icon": "icons/wallpaperwolf-32.png",
    "default_title": "UFO DOWN"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}