Star shooter

Star shooter

Star shooter - Shot the bubbles to match the same colored ones and enjoy the explosive the addictive game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Star shooter",
  "description": "Star shooter - Shot the bubbles to match the same colored ones and enjoy the explosive the addictive game",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.livemans.com/star/index.html"
    ],
    "launch": {
      "web_url": "http://www.livemans.com/star/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}