mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
function install(data, reason) { }
|
|
|
|
function startup(data, reason) { }
|
|
|
|
function shutdown(data, reason) { }
|
|
|
|
function uninstall(data, reason) {}
|