Skip to content

Commit

Permalink
feat($$): Do fundraiser popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Dec 15, 2023
1 parent eae1c07 commit ad748df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ function showNotificationTab(details){
chrome.tabs.create({
url: 'https://free.law/fundraiser/2022/recap'
});
} else if (details.reason === 'update' && currentVersion === '2.4.2'){
chrome.tabs.create({
url: 'https://free.law/fundraiser/2023/recap'
});
}
}

Expand Down

0 comments on commit ad748df

Please sign in to comment.