Trello Card Owner

Trello Card Owner

Mark card owner and points on Trello

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Mark card owner and points on Trello",
  "icons": {
    "128": "icon.png"
  },
  "name": "Trello Card Owner",
  "manifest_version": 2,
  "version": "2.0.6",
  "content_scripts": [
    {
      "matches": [
        "*://*.trello.com/*"
      ],
      "js": [
        "TrelloCardOwner.js"
      ]
    }
  ]
}