Christmas Decorations

Christmas Decorations

Easily add some decorative lights to any webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Christmas Decorations",
  "version": "0.6",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/main.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "icons/96.png",
    "default_title": "Christmas Decorations",
    "default_popup": "popup/index.html",
    "browser_style": true
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{326ac043-31e1-47f1-90f7-e55619a1abac}"
    }
  }
}