2048 Game New Tab

2048 Game New Tab

2048 game consists of 4x4 16 squares. Try to double the numbers by combining the same numbers in the same row and column.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "FUN Game",
  "name": "2048 Game New Tab",
  "description": "2048 game consists of 4x4 16 squares. Try to double the numbers by combining the same numbers in the same row and column.",
  "manifest_version": 3,
  "version": "4.4",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "bookmarks",
    "topSites"
  ],
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}