Changes

Jump to: navigation, search

PFS

8 bytes added, 23:32, 3 April 2008
Script Variables
In the service itself, there are variables that need to be defined in order to add a new plugin. These are:
$name = ''; // Name of the plugin, used in UI.
$guid = '-1'; // GUID to uniquely identify this plugin.
$version = ''; // Version string. $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.
$installerShowsUI = 'true'; // Does the installer show a UI? If no, chrome is used.
$manualInstallationURL = ''; // URL to go to if auto-install fails. $licenseURL = ''; // License information, if needed.
$needsRestart = 'false'; // Does it require a browser restart?
3,035
edits

Navigation menu