Jewels Worlds - Match 3 Game

Jewels Worlds - Match 3 Game

Jewels Worlds is addictive match 3 game with levels, if you like games like Candy Crush Saga and Bejeweled Blitz you will love this

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__",
  "default_locale": "en",
  "version": "2",
  "app": {
    "launch": {
      "web_url": "http://thrasheri.com/games/jewelsWorlds/jewels.html"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}