Tasks - To do & task list by Workona

Tasks - To do & task list by Workona

The best task list for work in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnsacnN0YludGVra87yKd73uA6GCvhyJN6L/GP1fAPfFhqxxLxqHsvIfuGQdUbCxP3YE3n96jpSzTXxcIrPibNkgrkAmzIu+CEkOR8lQbu3VeSe1lDozOn10kRemLp50/RNy3Ti9cuL8CzTpWpz2NcAQWiKKrBJs300WRkQth481W42jPX+fdWa+/3q5DoIftXr+XKEQFQtdoQRJ5O/3hsQHuQ2Jh9oNkI4/Vq/vG73PbDwxxl+HqYh6jGd37zkCGsRiqdf6Db5oOvkR6VnsL+w0ws8nfKCJXrff0i4ZIZMp1vKqnBaZTvWCsqrb2qgMPkBh0agO7qmdSQgk1AvOk/QIDAQAB",
  "manifest_version": 3,
  "name": "Tasks - To do & task list by Workona",
  "short_name": "Tasks",
  "version": "3.0.5",
  "minimum_chrome_version": "89",
  "description": "The best task list for work in the browser.",
  "homepage_url": "https://workona.com",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "96": "images/icon_96.png",
    "128": "images/icon_128.png",
    "256": "images/icon_256.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "optional_permissions": [
    "history"
  ],
  "optional_host_permissions": [
    "https://workona.com/*",
    "https://*.workona.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "96": "images/icon_96.png",
      "128": "images/icon_128.png",
      "256": "images/icon_256.png"
    },
    "default_title": "Workona Tasks",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Z"
      },
      "description": "Create a task in Workona"
    },
    "mytasks": {
      "suggested_key": {
        "default": "Alt+Shift+Z"
      },
      "description": "My Tasks"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://workona.com/*"
    ]
  }
}