Taskllo - Tasks for Trello

Taskllo - Tasks for Trello

To Do list for your Trello tasks across all of your team boards

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Taskllo - Tasks for Trello",
  "short_name": "Taskllo",
  "version": "1.3.0",
  "description": "To Do list for your Trello tasks across all of your team boards",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "https://trello.com/*/home"
  ],
  "manifest_version": 2
}