-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Implementation notes:
Mixmax is using
chrome.storage.onChanged.addListener, but looks like using a shim is enough.
Overide user-agent to remove any mention of Electron:session.setUserAgent(userAgent.replace(/Electron\/\S*\s/, ''))I had to dummy-implement various APIs:
chrome.storage.onChanged.addListenerchrome.tabs.querychrome.browserAction(no real sense in context of electron)chrome.notificationschrome.webRequest
=> not sure how it impactcs the execution of the app but seems to work
Reactions are currently unavailable