You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* called when extension is loaded
*/
function init(extensionMeta) {
//extensionMeta holds your metadata.json info
const UUID = extensionMeta['uuid'];
}
/**
* called when extension is loaded
*/
function enable() {
}
/**
* called when extension gets disabled
*/
function disable() {
}