2048 Game

2048 Game

Join the numbers and get to the 2048 tile, and reach a high score!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "2048 Game",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "1.1",
  "app": {
    "launch": {
      "web_url": "http://2048-puzzle.blogspot.com/"
    },
    "urls": [
      "http://2048-puzzle.blogspot.com/"
    ]
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  }
}