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

View File

@@ -1,7 +1,5 @@
import PersistentSyncStorage from 'src/helpers/PersistentSyncStorage';
import Setup from './Setup';
import CONFIG from 'src/config';
class Main {