From 0ca57470e437ea4672d9a4836068e237c502ef93 Mon Sep 17 00:00:00 2001 From: Christian Schiller Date: Thu, 3 Oct 2019 15:16:17 +0200 Subject: [PATCH] Added _execute_browser_action command --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1ee258c..87a7a09 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Zhongwen: Chinese-English Dictionary", "short_name": "Zhongwen", - "version": "5.6.0", + "version": "5.7.0", "author": "Christian Schiller", "homepage_url": "https://github.com/cschiller/zhongwen", "description": "Great tool for learning Chinese. Includes links to Chinese Grammar Wiki. Supports adding words to Skritter.", @@ -41,6 +41,11 @@ "contextMenus", "tabs" ], + "commands": { + "_execute_browser_action": { + "description": "Enable/Disable Zhongwen" + } + }, "web_accessible_resources": [ "css/*", "js/*",