Skip to content

Instantly share code, notes, and snippets.

@jeffgca
Created September 20, 2013 21:26
Show Gist options
  • Save jeffgca/6644163 to your computer and use it in GitHub Desktop.
Save jeffgca/6644163 to your computer and use it in GitHub Desktop.
chrome urls FTW!
require('sdk/widget').Widget({
id: 'mine-test',
label: 'Something',
contentURL: 'chrome://global/skin/icons/webapps-16.png',
onClick: function() {
console.log('foo');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment