2048 Games

2048 Games

Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "2048 Games",
  "description": "Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!",
  "version": "1.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "jquery.js",
      "bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "games.html"
  },
  "browser_action": {
    "default_icon": "images/icon19.png"
  },
  "icons": {
    "19": "images/icon19.png",
    "48": "images/icon48.png"
  }
}