asana highlighter

asana highlighter

highlight the source code block on Asana pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "asana highlighter",
  "description": "highlight the source code block on Asana pages",
  "version": "1.0.2",
  "manifest_version": 3,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.asana.com/*"
      ],
      "js": [
        "highlighter.js"
      ]
    }
  ]
}