redirct for website

This commit is contained in:
wompmacho
2020-11-11 16:27:53 -05:00
parent d2bbbc277e
commit 85f4f15b01
6 changed files with 0 additions and 147 deletions

View File

@@ -29,11 +29,7 @@ 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('Storage Setup Complete, Linking User To Welcome Page.');
});