Skip to content

Commit 6545367

Browse files
committed
update icon
1 parent bffd095 commit 6545367

15 files changed

+37
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.idea
2+
/.idea
3+
.git

.idea/.gitignore

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/extensions.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/get_started128.png

-2.75 KB
Binary file not shown.

images/get_started16.png

-495 Bytes
Binary file not shown.

images/get_started32.png

-814 Bytes
Binary file not shown.

images/get_started48.png

-1.2 KB
Binary file not shown.

images/huawei128.png

2.3 KB
Loading

images/huawei16.png

310 Bytes
Loading

images/huawei32.png

551 Bytes
Loading

images/huawei48.png

796 Bytes
Loading

images/huawei64.png

1.05 KB
Loading

manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
}
1919
],
2020
"icons": {
21-
"16": "/images/get_started16.png",
22-
"32": "/images/get_started32.png",
23-
"48": "/images/get_started48.png",
24-
"128": "/images/get_started128.png"
21+
"16": "/images/huawei16.png",
22+
"32": "/images/huawei32.png",
23+
"48": "/images/huawei48.png",
24+
"128": "/images/huawei128.png"
2525
},
2626
"web_accessible_resources": [
2727
{

0 commit comments

Comments
 (0)