Merge pull request #1124 from ethereum/yann300-patch-4

Update pluginManager.js
pull/1/head
yann300 7 years ago committed by GitHub
commit f36b727751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      src/pluginManager.js

@ -1,6 +1,13 @@
'use strict'
/**
* Register and Manage plugin:
* Plugin registration is done in the settings tab,
* using the following format:
* {
* "title": "<plugin name>",
* "url": "<plugin url>"
* }
*
* Plugin receive 4 types of message:
* - focus (when he get focus)
* - unfocus (when he loose focus - is hidden)

Loading…
Cancel
Save