Cover the Bottles

Cover the Bottles

Become a skilled soda worker. Cover the bottles with correct lids. Master your skills for the top records on the leaderboards.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.1.2",
  "default_locale": "en",
  "icons": {
    "128": "128icon.png"
  },
  "app": {
    "urls": [
      "http://www.droidcool.com/chrome/soda_worker/soda_worker.html"
    ],
    "launch": {
      "web_url": "http://www.droidcool.com/chrome/soda_worker/soda_worker.html"
    }
  }
}