WFx for WorkFlowy

WFx for WorkFlowy

Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WFx for WorkFlowy",
  "description": "Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools.",
  "version": "2.6.2",
  "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
}