Skip to content

Commit

Permalink
chore: Deepen the icon color when disable capture
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhua committed Nov 11, 2023
1 parent c19fc17 commit 97c4e1a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ function disableCapture() {
}
chrome.action.setIcon({
path: {
'32': "images/logo32-gray.png",
'64': "images/logo64-gray.png",
'128': "images/logo128-gray.png",
'256': "images/logo256-gray.png"
'32': "images/logo32-deep.png",
'64': "images/logo64-deep.png",
'128': "images/logo128-deep.png",
'256': "images/logo256-deep.png"
}
});
Configs.integration = false;
Expand Down
Binary file added images/logo128-deep.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo256-deep.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo32-deep.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo64-deep.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"short_name": "Aria2E",
"short_name": "AE",
"version": "2.2.3",
"manifest_version": 3,
"minimum_chrome_version": "100.0.0",
Expand Down

0 comments on commit 97c4e1a

Please sign in to comment.