WFx for WorkFlowy

Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "WFx for WorkFlowy",
  "description": "Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools.",
  "version": "2.6.0",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "WFx_19.png",
    "default_title": "WFx for WorkFlowy"
  },
  "icons": {
    "19": "WFx_19.png",
    "38": "WFx_38.png",
    "128": "WFx_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage",
    "downloads"
  ],
  "options_ui": {
    "chrome_style": false,
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}