Skip to content

Commit

Permalink
Merge pull request #50 from kairi003/hotfix-update-badge-between-windows
Browse files Browse the repository at this point in the history
Hotfix update badge between windows
  • Loading branch information
kairi003 authored Jan 5, 2024
2 parents 2412c7e + eacaa6b commit 789174a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const updateBadgeCounter = async () => {
chrome.cookies.onChanged.addListener(updateBadgeCounter);
chrome.tabs.onUpdated.addListener(updateBadgeCounter);
chrome.tabs.onActivated.addListener(updateBadgeCounter);
chrome.windows.onFocusChanged.addListener(updateBadgeCounter);


// Update notification
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Get cookies.txt LOCALLY",
"description": "Get cookies.txt, NEVER send information outside with open-source",
"version": "0.5.1",
"version": "0.5.2",
"manifest_version": 3,
"permissions": [
"activeTab",
Expand Down

0 comments on commit 789174a

Please sign in to comment.