redirct for website
This commit is contained in:
@@ -29,9 +29,13 @@ const ensure = () => {
|
||||
return true;
|
||||
};
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
chrome.tabs.create({ url: 'html/welcome.html' });
|
||||
=======
|
||||
chrome.tabs.create({ url: 'https://wompmacho.com/wompchat' });
|
||||
>>>>>>> Stashed changes
|
||||
chrome.runtime.onMessage.addListener(onSetupComplete);
|
||||
console.log('Setup Complete');
|
||||
console.log('Storage Setup Complete, Linking User To Welcome Page.');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user