Update pluginManager.js

pull/1/head
yann300 7 years ago committed by GitHub
parent 0f032a540e
commit c40dede897
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