Files
wbamberg 4474a6bd4b Added an example using the identity API (#180)
* Added an example using the identity API

* Updated with review comment fixes
2017-02-16 12:02:10 -08:00

5 lines
122 B
JavaScript

/**
Display the redirect URL.
*/
document.querySelector("#redirect-url").textContent = browser.identity.getRedirectURL();