Slim Lists for Trello

Slim Lists for Trello

Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Slim Lists for Trello",
  "version": "0.10",
  "manifest_version": 2,
  "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%",
  "content_scripts": [
    {
      "js": [
        "scripts.js"
      ],
      "matches": [
        "https://trello.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon_128.png"
  }
}