52
edits
(mailServices.js has been renamed MailServices.jsm in TB63) |
(Add description about open_in_tab being optional and update layout) |
||
| Line 36: | Line 36: | ||
<source lang="json"> | <source lang="json"> | ||
{ | |||
… | |||
"legacy" : { | "legacy" : { | ||
"options" : { | "options" : { | ||
| Line 42: | Line 44: | ||
} | } | ||
} | } | ||
} | |||
</source> | </source> | ||
The key <tt>open_in_tab</tt> | The key <tt>open_in_tab</tt> is optional and defaults to value false. Value true corresponds to <tt>optionsType 3</tt> in <tt>install.rdf</tt>. | ||
Examples of extensions converted to this type include "Lightning", "Compact Header", "Signature Switch" and "ThunderHTMLedit" (as of 3rd December 2018). | Examples of extensions converted to this type include "Lightning", "Compact Header", "Signature Switch" and "ThunderHTMLedit" (as of 3rd December 2018). | ||
edits