2048 Game

2048 Game

2048 game offline. Play best offline enabled 2048 game for chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "2048 Game",
  "short_name": "2048",
  "description": "2048 game offline. Play best offline enabled 2048 game for chrome.",
  "action": {
    "default_title": "Play 2048 Game",
    "default_popup": "index.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "2048-128.png"
    }
  },
  "manifest_version": 3,
  "version": "1.1",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "2048-128.png"
  },
  "offline_enabled": true
}