Nests for Trello

Nests for Trello

Nests for Trello enables nested boards in Trello. Just link your existing cards to boards or create totally new boards from them!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nests for Trello",
  "short_name": "Nests",
  "description": "Nests for Trello enables nested boards in Trello. Just link your existing cards to boards or create totally new boards from them!",
  "version": "0.4.0",
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "css": [],
      "js": [
        "vendor/jquery-2.1.3.min.js",
        "src/nest.user.js"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}