With the new version coming (0.7) there is a new feather called
"Gonzo"
Some extensions like media-views will need some color/style changes.
Stevel already update his extension SHOUTcast but he made two xpi
depending on Songbird version...
The thing is the 0.6.1 is deprecated and if he made furthers changes,
it will be restricted to the 0.7 version.
So I came up and found a tip to have both 0.6 and 0.7 version
supported with different styles.
in chrome.manifest you have for example :
skin livetweeter classic/1.0 chrome/skin/
to have different styles you can now use :
skin livetweeter classic/1.0 chrome/skin/old/
application=songb...@songbirdnest.com appversion<=0.6.1
skin livetweeter classic/1.0 chrome/skin/
application=songb...@songbirdnest.com appversion>=0.7pre
The tip is to use appversion and a folder called "old"
Just put your 0.6 skin files in the old folder and put the new 0.7
skin files in skin folder.
Now your extension support both both good old Rubberducky skin with
old version and Gonzo feather killer !