adnbn
Version:
Addon Bone - Cross-browser web extension framework with shared code base
19 lines • 733 B
JavaScript
const EntrypointFileExtensions = /* @__PURE__ */ new Set(["ts", "tsx", "js", "jsx", "vue", "svelte"]);
var EntrypointType = /* @__PURE__ */ ((EntrypointType2) => {
EntrypointType2["Background"] = "background";
EntrypointType2["Command"] = "command";
EntrypointType2["ContentScript"] = "content";
EntrypointType2["Page"] = "page";
EntrypointType2["Service"] = "service";
EntrypointType2["Relay"] = "relay";
EntrypointType2["Options"] = "options";
EntrypointType2["Popup"] = "popup";
EntrypointType2["Sidebar"] = "sidebar";
EntrypointType2["Offscreen"] = "offscreen";
return EntrypointType2;
})(EntrypointType || {});
export {
EntrypointFileExtensions,
EntrypointType
};
//# sourceMappingURL=entrypoint.js.map