moving media to gcloud, fix for alternateLineColors, rebrand to WompChat

This commit is contained in:
wompmacho
2020-11-11 16:16:45 -05:00
parent 9963fa96a2
commit f470c61558
45 changed files with 83 additions and 442 deletions

View File

@@ -29,7 +29,7 @@ const ensure = () => {
return true;
};
chrome.tabs.create({ url: './html/welcome.html' });
chrome.tabs.create({ url: 'html/welcome.html' });
chrome.runtime.onMessage.addListener(onSetupComplete);
console.log('Setup Complete');
});