PFS: Difference between revisions

201 bytes added ,  3 April 2008
no edit summary
No edit summary
No edit summary
Line 51: Line 51:
  $version = '';                // Version string.
  $version = '';                // Version string.
  $iconUrl = '';                // URL of the icon for this plugin, used in UI.
  $iconUrl = '';                // URL of the icon for this plugin, used in UI.
$installerLocation = '';      // Location of the external binary installer, should be SSL or rely on installerHash.
$installerHash = '';          // Installer hash value, used to verify installer.
  $XPILocation = '';            // Location of the XPI the browser should install.
  $XPILocation = '';            // Location of the XPI the browser should install.
  $installerShowsUI = 'true';    // Does the installer show a UI?  If no, chrome is used.
  $installerShowsUI = 'true';    // Does the installer show a UI?  If no, chrome is used.
3,035

edits