redirct for website

This commit is contained in:
wompmacho
2020-11-11 16:25:54 -05:00
parent f470c61558
commit d2bbbc277e
8 changed files with 194 additions and 21 deletions

View File

@@ -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.');
});
};