Keep Believing In Santa

Keep Believing In Santa

Keep Believing in Santa by HideMyAss.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "1.14",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_icon": "img/icon-48.png",
    "default_popup": "settings_poppup.html",
    "default_title": "Keep Believing in Santa"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/cover.css"
      ],
      "js": [
        "js/libs/jquery/jquery-2.1.4.js",
        "js/libs/jquery/jquery.textchildren.js",
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "img/*"
  ],
  "author": "HideMyAss.com"
}