diff --git a/source/options-storage.js b/source/options-storage.js index 8aea256..5b97b4e 100644 --- a/source/options-storage.js +++ b/source/options-storage.js @@ -3,7 +3,7 @@ import OptionsSync from 'webext-options-sync'; const optionsStorage = new OptionsSync({ defaults: { token: '', - rootUrl: 'https://api.github.com/', + rootUrl: 'https://github.com/', playNotifSound: false, showDesktopNotif: false, onlyParticipating: false,