mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
11 lines
374 B
TypeScript
11 lines
374 B
TypeScript
// import {} from "@remix-run/cloudflare"
|
|
|
|
// TODO: determine current context and return the correct extension id
|
|
export const getChromeExtensionId = () => {
|
|
// const context =
|
|
// if (environment === "development") {
|
|
// return "hepmifhfbiehpdlbeigpapkmjcaphfmn";
|
|
// }
|
|
// return "lcmcmhklcjciegoakjejefbacbgikncb";
|
|
return "afpgkkipfdpeaflnpoaffkcankadgjfc";
|
|
};
|