Leadertask

Leadertask

Поручайте задачи с помощью расширения Leadertask с любой страницы

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Leadertask",
  "version": "2.0",
  "description": "Поручайте задачи с помощью расширения Leadertask с любой страницы",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "action": {
    "default_popup": "html/popup.html"
  },
  "host_permissions": [
    "https://web.leadertask.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ]
    }
  ]
}