The Sid Lee Chrismatizer

The Sid Lee Chrismatizer

Turn ads into Yultide fun!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Sid Lee Chrismatizer",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Turn ads into Yultide fun!",
  "icons": {
    "16": "img/Extention_Button_16px_ON.png",
    "128": "img/Extention_Button_128px_ON.png"
  },
  "background": {
    "scripts": [
      "scripts/background.min.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/Extention_Button_19px_ON.png",
    "default_title": "The Sid Lee Chrismatizer",
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    "scripts/injectedScript.min.js",
    "iframe/iframe.html",
    "iframe/images/*"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://cartedenoelapi-prod.elasticbeanstalk.com/",
    "http://d1n2l22xvrbd1w.cloudfront.net/*",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}