Trello BG Selector

Trello BG Selector

Select a background image for your Trello boards!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "run_at": "document_end",
      "js": [
        "jquery-3.2.1.min.js",
        "jquery.highlight-4.js",
        "selection.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "short_name": "Trello BG Selector",
  "name": "Trello BG Selector",
  "version": "3.0",
  "manifest_version": 2,
  "description": "Select a background image for your Trello boards!",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "32": "logo64.png",
    "64": "logo128.png"
  }
}