Skip to content

Commit 17c771a

Browse files
committed
Added logos
This is a rudimentary logo. Maybe it can be updated in future.
1 parent ebccf98 commit 17c771a

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

dist/icon.png

-1001 Bytes
Binary file not shown.

dist/icons/logo_128.png

9.42 KB
Loading

dist/icons/logo_16.png

590 Bytes
Loading

dist/icons/logo_300.png

29.5 KB
Loading

dist/icons/logo_32.png

1.53 KB
Loading

dist/icons/logo_48.png

2.44 KB
Loading

dist/manifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"description": "This extension allows users to easily navigate to Piazza posts and share questions with friends.",
66
"version": "1.0",
77

8+
"icons": {
9+
"16": "icons/logo_16.png",
10+
"32": "icons/logo_32.png",
11+
"48": "icons/logo_48.png",
12+
"128": "icons/logo_128.png",
13+
"300": "icons/logo_300.png"
14+
},
15+
816
"background": {
917
"persistent": false,
1018
"scripts": ["background.js"]
@@ -20,7 +28,7 @@
2028
],
2129

2230
"page_action": {
23-
"default_icon": "icon.png",
31+
"default_icon": "icons/logo_300.png",
2432
"default_title": "Click to copy the post number"
2533
},
2634

logo.docx

72.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)