Linux Mac OSX Windows

  
[scriptable, uuid(a549a714-2ada-4bb9-8a47-be26e73d49a5)]
interface nsIAddonSearchResult : nsISupports

Attributes

 The full description of the add-on
readonly attribute AString description
 A EULA that must be accepted before install.
readonly attribute AString eula
 The homepage for the add-on
readonly attribute AString homepageURL
 The url of the add-ons icon or empty if there is no icon.
readonly attribute AString iconURL
 The ID of the add-on
readonly attribute AString id
 The name of the add-on
readonly attribute AString name
 The rating of the add-on, 0-5 or -1 if unrated.
readonly attribute long rating
 A short summary of the add-on
readonly attribute AString summary
 The url of a thumbnail for the add-on
readonly attribute AString thumbnailURL
 The add-on type (see nsIUpdateItem).
readonly attribute unsigned long type
 The version of the add-on
readonly attribute AString version
 The hash for the xpi.
readonly attribute AString xpiHash
 The url of the xpi for this add-on
readonly attribute AString xpiURL