adnbn
Version:
Addon Bone - Cross-browser web extension framework with shared code base
28 lines • 1.11 kB
JavaScript
const ContentScriptMatches = ["http://*/*", "https://*/*"];
var ContentScriptDeclarative = /* @__PURE__ */ ((ContentScriptDeclarative2) => {
ContentScriptDeclarative2["Required"] = "required";
ContentScriptDeclarative2["Optional"] = "optional";
return ContentScriptDeclarative2;
})(ContentScriptDeclarative || {});
var ContentScriptAppend = /* @__PURE__ */ ((ContentScriptAppend2) => {
ContentScriptAppend2["Last"] = "last";
ContentScriptAppend2["First"] = "first";
ContentScriptAppend2["Replace"] = "replace";
ContentScriptAppend2["Before"] = "before";
ContentScriptAppend2["After"] = "after";
return ContentScriptAppend2;
})(ContentScriptAppend || {});
var ContentScriptEvent = /* @__PURE__ */ ((ContentScriptEvent2) => {
ContentScriptEvent2["Mount"] = "mount";
ContentScriptEvent2["Unmount"] = "unmount";
ContentScriptEvent2["Add"] = "add";
ContentScriptEvent2["Remove"] = "remove";
return ContentScriptEvent2;
})(ContentScriptEvent || {});
export {
ContentScriptAppend,
ContentScriptDeclarative,
ContentScriptEvent,
ContentScriptMatches
};
//# sourceMappingURL=content.js.map