mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2026-06-04 23:18:00 -06:00
new ui using the options page
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { PlasmoMessaging } from "@plasmohq/messaging";
|
||||
|
||||
const handler: PlasmoMessaging.MessageHandler = async (req, res) => {
|
||||
chrome.runtime.openOptionsPage(() => {
|
||||
if (chrome.runtime.lastError) {
|
||||
console.error(chrome.runtime.lastError);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
export default handler;
|
||||
Reference in New Issue
Block a user