2048 Puzzle Game

2048 Puzzle Game

✅Play the original puzzle game from your browser. ✅Smooth gameplay with lots of features. ✅Light and dark mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.0",
  "id": "[email protected]",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "author": "Alfred Torbjonsen",
  "homepage_url": "https://2048-online.io/",
  "short_name": "2048 Game",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "Play 2048",
    "default_popup": "popup.html"
  }
}