No Cover Image on Asana Tickets

No Cover Image on Asana Tickets

Asana's kanban board doesn't have the functionality to hide all the cover images on the tickets. This makes the columns on boards…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "No Cover Image on Asana Tickets",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "https://app.asana.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}