Skip to content

Commit 9156da1

Browse files
committed
2 parents ac66999 + e356534 commit 9156da1

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ It is a chrome extension which can simplify your vaccine slot hunt, and notify y
1111

1212
## Installation
1313

14+
Download the code as .zip file from the latest release and extract into your folder.
15+
1416
Open your chrome extensions page from chrome://extensions/
1517
You can open it alternatively by going to Chrome settings -> More Tools -> Extensions
1618

media/icons/vaccine.ico

32.2 KB
Binary file not shown.

media/icons/vaccine.png

-5.41 KB
Binary file not shown.

media/images/create_screen.png

1.08 KB
Loading

media/images/notification_ubuntu.png

-28.6 KB
Loading

media/images/view_screen.png

2.65 KB
Loading

popup.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ html {
55
}
66
.btn-primary {
77
float: right;
8-
background: #326ee4;
8+
background: #39C16C;
99
color: white;
1010
border-radius: 5px;
1111
padding: 5px 10px;
@@ -53,7 +53,7 @@ div {
5353
}
5454

5555
.section {
56-
background-color: #c1c1c187;
56+
background-color: #abb2b552;
5757
border-radius: 12px;
5858
padding: 3px;
5959
max-height: fit-content;
@@ -105,13 +105,14 @@ h4{
105105
display: flex;
106106
margin: -5px -10px 10px;
107107
color: white;
108-
background: #012d68;
108+
background: #0b5dcca6;
109109
align-items: center;
110+
height: 33px;
110111
/* justify-content: center; */
111112
}
112113
#main-heading{
113114
font-size: 1.3em;
114-
font-weight:600;
115+
font-weight:585;
115116
text-align: center;
116117
padding: 6px;
117118
margin: 0px;

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<body>
1010
<div id="banner">
11-
<img src="media/icons/vaccine_1.png" width="28px" height="28px" style="padding: 5px; margin-left:4px;" />
11+
<img src="media/icons/vaccine.ico" width="26px" height="26px" style="padding: 5px; margin-left:4px;" />
1212
<h2 id="main-heading">Vaccine Slot Notifier</h1>
1313
</div>
1414
<div>

0 commit comments

Comments
 (0)