Update pluginManager.js

pull/3094/head
yann300 7 years ago committed by GitHub
parent 3af75d24c6
commit d8a2b8e962
  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