2048 Online Classic game

2048 Online Classic game

This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_descr__",
  "name": "__MSG_appname__",
  "default_locale": "en",
  "icons": {
    "48": "images/48.png"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": "images/128.png",
    "default_popup": "window.html"
  },
  "version": "0.0.8",
  "host_permissions": [
    "*://*/*"
  ]
}