Knilollert for Trello

Knilollert for Trello

Adds external clickable links to the tracker in the headers of trello cards

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Knilollert for Trello",
  "short_name": "Knilollert",
  "version": "0.0.0.5",
  "description": "Adds external clickable links to the tracker in the headers of trello cards",
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "knilollert.js"
      ],
      "css": [
        "knilollert.css"
      ]
    }
  ],
  "manifest_version": 2,
  "icons": {
    "128": "knilollert_128.png"
  },
  "permissions": [
    "storage"
  ]
}