3,035
edits
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. | ||
edits