Agile Tasks & Project Management

Agile Tasks & Project Management

Easily track your TODO list, tasks you are working on now, and stuff that's already done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "Agile Tasks & Project Management",
  "description": "Easily track your TODO list, tasks you are working on now, and stuff that's already done.",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "logo-small.png",
    "48": "logo-small.png",
    "128": "logo-small.png"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+K",
        "mac": "Alt+K",
        "chromeos": "Alt+K",
        "linux": "Alt+K"
      }
    }
  }
}