space_invaders

space_invaders

Based on the classic space invaders game. Has some differences such has being able to fire any number of bullets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "space_invaders",
  "version": "1.2.3",
  "description": "Based on the classic space invaders game. Has some differences such has being able to fire any number of bullets.",
  "icons": {
    "128": "images/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}