Unverified Commit c40dede8 authored by yann300's avatar yann300 Committed by GitHub

Update pluginManager.js

parent 0f032a54
'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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment