AsyncGo Topic Creator

AsyncGo Topic Creator

Easily create AsyncGo topics for your team from any page, such as your ticketing system, documents, articles, or chat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AsyncGo Topic Creator",
  "homepage_url": "https://asyncgo.com",
  "version": "1.0",
  "description": "Easily create AsyncGo topics for your team from any page, such as your ticketing system, documents, articles, or chat.",
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "background": {
    "scripts": [
      "asyncgo.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}