Lovely for Trello

Lovely for Trello

makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lovely for Trello",
  "version": "1.1.2",
  "icons": {
    "48": "trello-lovely-48.png",
    "128": "trello-lovely-128.png"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "jquery-1.7.2.min.js",
        "trello-lovely.js"
      ],
      "css": [
        "trello-lovely.css"
      ]
    }
  ]
}