2048

2048

Simple 2048 game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "2048",
  "name": "2048",
  "description": "Simple 2048 game",
  "version": "1.1",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "https://theatul.github.io/2048/"
    ],
    "launch": {
      "web_url": "https://theatul.github.io/2048/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}