UNPKG

adnbn

Version:

Addon Bone - Cross-browser web extension framework with shared code base

23 lines 658 B
const ManifestMatchSchemes = /* @__PURE__ */ new Set(["http", "https", "file", "ftp", "ws", "wss"]); const ManifestSpecialSchemes = /* @__PURE__ */ new Set([ "chrome-extension", "moz-extension", "data", "blob", "filesystem", "about", "chrome", "resource" ]); var ManifestIncognito = /* @__PURE__ */ ((ManifestIncognito2) => { ManifestIncognito2["Spanning"] = "spanning"; ManifestIncognito2["Split"] = "split"; ManifestIncognito2["NotAllowed"] = "not_allowed"; return ManifestIncognito2; })(ManifestIncognito || {}); export { ManifestIncognito, ManifestMatchSchemes, ManifestSpecialSchemes }; //# sourceMappingURL=manifest.js.map