blob: 8e5e143e6975e01d69bcc40d1afc8515c7687106 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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";
};
|