SendIT

SendIT

Check on your favorite resort every time you open a new tab. See weather conditions, lift statuses, recent tweets, and live webcams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SendIT",
  "description": "Check on your favorite resort every time you open a new tab. See weather conditions, lift statuses, recent tweets, and live webcams",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}