mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-28 05:29:28 +00:00
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
Components.utils.import("resource://gre/modules/Services.jsm");
|
|
|
|
const install = function() {
|
|
Services.obs.notifyObservers(null, "addon-install", "");
|
|
}
|