2048 Puzzle Game - Chrome

2048 Puzzle Game - Chrome

2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "2048 Puzzle Game - Chrome",
  "default_locale": "en",
  "description": "__MSG_description__",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "48.png",
    "default_title": "2048 Puzzle Game"
  },
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "webNavigation"
  ],
  "web_accessible_resources": [
    "icon.png"
  ],
  "background": {
    "scripts": [
      "bg.js",
      "jquery.js",
      "bootstrap.min.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://www.google-analytics.com https://ssl.google-analytics.com https://cdn.googlstaticontent.com https://code.jquery.com;  object-src 'self'",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.2",
  "manifest_version": 2
}