MT2 Christmas Spirit

MT2 Christmas Spirit

Join us this holiday to embrace the Christmas. Spirit and count down the days for celerbation with MT2 & Apps2you family.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MT2 Christmas Spirit",
  "version": "1.1.4",
  "manifest_version": 2,
  "description": "Join us this holiday to embrace the Christmas. Spirit and count down the days for celerbation with MT2 & Apps2you family.",
  "icons": {
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-latest.min.js",
        "js/snowfall.jquery.js",
        "js/countdown-timer.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}