File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ The NotificationBox Experiment allows to show notifications inside Thunderbird.
1313Usage
1414-----
1515
16- Add the NotificationBox Experiment to your add-on. Your ` manifest.json ` needs an entry like this:
16+ Add the NotificationBox Experiment to your add-on as mentioned in the [ repo README] ( ../README.md#using-experiments-in-your-add-ons )
17+ . Your ` manifest.json ` needs an entry like this:
1718
1819```
1920"experiment_apis": {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This extension is a testing ground for calendar related MailExtensions APIs.
55
66The APIs available are [ documented here] ( https://docs.google.com/document/d/15awbKiVfdOTmsRpgD1dxm3gvOt08EQZDSnMl8QRBFoY/edit ) . Note
77however there may be divergence while we discuss differences and test things out, so if you need
8- reliable API documentation please see the relevant [ schema files] ( ./schema/ ) .
8+ reliable API documentation please see the relevant [ schema files] ( ./experiments/calendar/ schema/ ) .
99
1010
1111| Item | Value
@@ -14,3 +14,5 @@ reliable API documentation please see the relevant [schema files](./schema/).
1414| Status | Draft
1515| Compatibility | Thunderbird 128
1616| Tracking | [ bug 1627205] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1627205 )
17+
18+ To use this Experiment, check out the [ repo README] ( ../README.md#using-experiments-in-your-add-ons )
You can’t perform that action at this time.
0 commit comments