Meteor Blast

Meteor Blast

Destroy the falling meteors but watch out for the colors. A fun HTML5 game with offline and touch support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Meteor Blast",
  "description": "Destroy the falling meteors but watch out for the colors. A fun HTML5 game with offline and touch support.",
  "version": "1.2.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "meteor-16.png",
    "128": "meteor-128.png"
  },
  "permissions": [
    "storage"
  ]
}