Skip to content

Commit 6b6befc

Browse files
committed
Cleanup, added screenshots and more icon size
1 parent a7bfe67 commit 6b6befc

File tree

9 files changed

+11
-2
lines changed

9 files changed

+11
-2
lines changed

img/bus_128x128.png

8.61 KB
Loading

img/bus_16x16.png

1.43 KB
Loading

img/bus_32x32.png

1.22 KB
Loading

img/bus_48x48.png

1.86 KB
Loading

img/not_live.png

-2.89 KB
Binary file not shown.

js/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function refreshBusRoutesTable() {
147147
liveImg.src = "img/live.png";
148148
liveImg.title = "Realtime";
149149
} else {
150-
liveImg.src = "img/not_live.png";
150+
liveImg.src = "img/clock.png";
151151
liveImg.title = "Scheduled";
152152
}
153153
liveImg.height = 20;

manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33

44
"name": "ChRomeTC",
55
"description": "Get the real time delay before the next bus arrives.",
6-
"version": "0.1",
6+
"version": "1.0",
7+
8+
"homepage_url": "https://github.com/jebeaudet/ChRomeTC",
9+
10+
"icons": {
11+
"16": "img/bus_16x16.png",
12+
"32": "img/bus_32x32.png",
13+
"48": "img/bus_48x48.png",
14+
"128": "img/bus_128x128.png"
15+
},
716

817
"browser_action": {
918
"default_icon": "img/bus_512x512.png",

screenshots/1.0/config.png

82.5 KB
Loading

screenshots/1.0/live.png

79.4 KB
Loading

0 commit comments

Comments
 (0)