Official Card Counter Trello with Totalizer

Official Card Counter Trello with Totalizer

Official Card counter for Trello. Show card counters and the total cards in your board!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Official Card Counter Trello with Totalizer",
  "version": "7.3",
  "description": "Official Card counter for Trello. Show card counters and the total cards in your board!",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "counter.js"
      ],
      "css": [
        "cardstyle.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 3
}