2048 Game for Chrome

2048 Game for Chrome

Play 2048 HTML5 game for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "offline_enabled": true,
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "ngyroKG/Q16yK.png",
      "32": "ngyroKG/EGmfe0.png",
      "128": "ngyroKG/z6FqA9W.png",
      "256": "ngyroKG/RrNLHiet.png"
    },
    "default_popup": "i4rA4.html",
    "default_title": "2048 Game for Chrome"
  },
  "version": "0.10.20",
  "icons": {
    "16": "ngyroKG/Q16yK.png",
    "32": "ngyroKG/EGmfe0.png",
    "128": "ngyroKG/z6FqA9W.png",
    "256": "ngyroKG/RrNLHiet.png"
  },
  "name": "2048 Game for Chrome",
  "background": {
    "service_worker": "c2PNpw6.js"
  },
  "description": "Play 2048 HTML5 game for free!",
  "update_url": "https://clients2.google.com/service/update2/crx"
}