Xmas Decor

Xmas Decor

Add some Christmas spirit to your Web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_lngExtTitle__",
  "version": "1.0.0.0",
  "description": "__MSG_lngExtDescription__",
  "default_locale": "en",
  "permissions": [
    "scripting",
    "storage",
    "idle",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/content/*.cur",
    "images/content/*.gif",
    "images/content/*.jpg",
    "images/content/*.png"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{35fecaaa-9730-416c-9a07-bf1239b17324}"
    }
  }
}