2048 Game

2048 Game

2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "Play 2048",
    "default_popup": "2048.html"
  },
  "description": "2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!",
  "icons": {
    "48": "logo.png"
  },
  "permissions": [
    "webNavigation",
    "<all_urls>",
    "storage"
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "2048.png"
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://www.google-analytics.com https://ssl.google-analytics.com https://pix.2048-game.review;  object-src 'self'",
  "name": "2048 Game",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.3.2"
}