summaryrefslogtreecommitdiff
path: root/data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/addon.md
blob: d75edcc411a43b5058ca5d570525624a8d729663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- contributed by Erik Vold [erikvvold@gmail.com]  -->


The `addon` API provides a simple way to create
Add-on wrapper instances for the [Extension Manager](about:addons).

## Example ##

    exports.main = function(options) {
      
    };

<api name="Addon">
@class

Module exports `Addon` constructor allowing users to create a
add-on category provider to the Extension Manager.

<api name="Addon">
@constructor
Creates a add-on wrapper instance.

@param options {Object}
Options for the add-on wrapper, with the following parameters:

</api>

</api>