Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengbin committed Mar 6, 2023
1 parent f5ff36c commit 5a22741
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 5,5 @@ This is a chrome extension to translate Chinese into English, and then search in

# 打包方式
```
cd translateThenSearch && zip -r "$OLDPWD/package.zip" .
cd translateThenSearch && zip -r "$OLDPWD/package.zip" . -x .git/\*
```
Binary file removed images/icon-128.jpg
Binary file not shown.
Binary file modified images/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/icon-16.jpg
Binary file not shown.
Binary file modified images/icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/icon-32.jpg
Binary file not shown.
Binary file modified images/icon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/icon-48.jpg
Binary file not shown.
Binary file modified images/icon-48.png
Loading
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,7 1,7 @@
{
"manifest_version": 3,
"name": "translateThenSearch",
"version": "1.0",
"version": "1.0.1",
"description": "一键把中文翻译成英文,然后搜索",
"icons": {
"16": "images/icon-16.png",
Expand Down
Binary file removed test/.DS_Store
Binary file not shown.

0 comments on commit 5a22741

Please sign in to comment.