Skip to content

Commit

Permalink
Added _execute_browser_action command
Browse files Browse the repository at this point in the history
  • Loading branch information
cschiller committed Oct 3, 2019
1 parent bfaa037 commit 0ca5747
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -41,6 +41,11 @@
"contextMenus",
"tabs"
],
"commands": {
"_execute_browser_action": {
"description": "Enable/Disable Zhongwen"
}
},
"web_accessible_resources": [
"css/*",
"js/*",
Expand Down

0 comments on commit 0ca5747

Please sign in to comment.