Convert legacy overlay extension to legacy WebExtension
Switch to JSON manifest
<?xml version="1.0" encoding="utf-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>myextension@sample.extensions.thunderbird.net</em:id>
<em:type>2</em:type>
<em:name>Extension</em:name>
<em:description>Does a thing!</em:description>
<em:version>1.0</em:version>
<em:optionsURL>chrome://myextension/content/options.xul</em:optionsURL>
<em:optionsType>3</em:optionsType><!-- Options in a tab -->
<em:iconURL>chrome://myextension/content/icon32x32.png</em:iconURL>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>60.0</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>Notes about overlaying in general
Notes about Chrome manifest
Notes about <script> tags
<script> tagsPreviousConvert legacy WebExtensions to modern WebExtensionsNextConvert legacy bootstrapped extension to legacy WebExtension
Last updated
Was this helpful?

