Trello Bookmark

Trello Bookmark

Store your bookmarks as Trello Cards

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trello Bookmark",
  "description": "Store your bookmarks as Trello Cards",
  "version": "2.4.5",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Trello Bookmark"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "https://api.trello.com/"
  ],
  "web_accessible_resources": [
    "index.html"
  ]
}