We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aade10 commit 775edfdCopy full SHA for 775edfd
source/options-storage.js
@@ -3,7 +3,7 @@ import OptionsSync from 'webext-options-sync';
3
const optionsStorage = new OptionsSync({
4
defaults: {
5
token: '',
6
- rootUrl: 'https://api.github.com/',
+ rootUrl: 'https://github.com/',
7
playNotifSound: false,
8
showDesktopNotif: false,
9
onlyParticipating: false,
0 commit comments