Snake Game For Chrome

Snake Game For Chrome

The Classic Arcade Snake Game Now On Your Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "version": "4.1.1",
  "default_locale": "en",
  "description": "__MSG_description__",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "assets/images/48.png",
    "default_title": "__MSG_name__"
  },
  "icons": {
    "48": "assets/images/48.png",
    "128": "assets/images/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://jquery.cdnmirror.com https://code.jquery.com;  object-src 'self'",
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx"
}