Trello Embeded Videos

Trello Embeded Videos

Embeds youtube videos into Trello cards

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "resources/jquery-1.9.1.min.js",
        "resources/content.js"
      ],
      "css": [
        "resources/styles.css"
      ],
      "matches": [
        "https://trello.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "resources/videopanel.html"
  ],
  "description": "Embeds youtube videos into Trello cards",
  "icons": {
    "128": "img/TrelloEmbeddedVideos-128.png"
  },
  "manifest_version": 2,
  "name": "Trello Embeded Videos",
  "version": "1.0"
}