I am building a simple Firefox add-on using the Add-on SDK, and I need it to display some information when first ran.
I don't want to rely on an external URL for this, so I figured that my best option is to use the chrome://
scheme.
I have two questions
welcome.html?key=abc
)?You need to register a content
or resource
url scheme in chrome.manifest
. You will be able to use window.location
object there as usual.