2048 Game

2048 Game

PLAY 2048 GAME ONLINE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "2048 Game",
  "version": "2048",
  "description": "PLAY 2048 GAME ONLINE",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "homepage_url": "https://2048.gamebobo.com/",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "2048 Game"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}