Is It Is It Christmas?

Is It Is It Christmas?

Ensure that your Christmas information comes from a reputable source.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Is It Is It Christmas?",
  "description": "Ensure that your Christmas information comes from a reputable source.",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_title": "Is It Is It Christmas?"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}