diff --git a/README.md b/README.md
index 1f4452d..1b7bc42 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-[](https://chrome.google.com/webstore/detail/auto-join-chrome-extensio/djlpjopjnkojimgiaefgbenbbkkknnln?hl=en)
+[
](https://chrome.google.com/webstore/detail/auto-join-chrome-extensio/djlpjopjnkojimgiaefgbenbbkkknnln?hl=en)
-We are all fed up of keeping track of google meet links for our lectures. This chrome extension tries to make your life a bit easy!
-You just have to select the slot and the course and this extension opens the link at the given time ( you can customize the start time ) and also lets you auto join it!
+We are all fed up of keeping track of google meet/ zoom links for our meetings. This chrome extension makes your life easy!
+You just have to select the slot and the course (or add link and time in the `Custom` Tab) and this extension opens the link at the given time ( you can customize the start time ) and also lets you auto join it!😉
## Tech stack
@@ -9,27 +9,28 @@ React JS has been used for the frontend and the backend workflow is established
## Description
-![extension](https://user-images.githubusercontent.com/56914284/94225771-922b6380-ff13-11ea-8733-d9362716f82a.png)
-![extension3](https://user-images.githubusercontent.com/56914284/94226000-18e04080-ff14-11ea-8b3f-ba17f7a8cc88.png)
+
+
-- To add an alarm, select the slot and the course from the list and click on `Add Alarm`
- - You can even add a custom link and time in the `Custom` tab
-- The toggle besides the heading is a switch for the extension. If you turn it off, no alarms will ring.
+- To add an alarm, select the slot and the course from the list and click on `Add Alarm` (IITJ Students)
+- You can even add a custom link and time in the `Custom` tab
+- The toggle on the top is a switch for the extension. If you turn it off, no alarms will ring.
-![upcoming](https://user-images.githubusercontent.com/56914284/94802096-a9cb8600-0404-11eb-9f15-843afc8f32ec.png)
-![upcoming2](https://user-images.githubusercontent.com/56914284/94802106-ad5f0d00-0404-11eb-92e5-65cd306cb416.png)
+
+
-- This tab shows you the upcoming alarms
+- The `Alarm` tab shows a list of all the alarms
+
+- The `Upcoming` tab shows you the upcoming alarms
- If you want to uregently join the meeting, just click on the course code given in the list. It will take you to the meeting!
- If you want to silent an alarm or don't want it to ring because of some reasons, click on the `tick mark` on the left to turn it off/on.
-![extension4](https://user-images.githubusercontent.com/56914284/94226383-192d0b80-ff15-11ea-89bc-d709a6bedaa1.png)
-
-- The most important thing for the auto join feature to work is the `Auth User` and the `Auto Join` toggle in the Settings tab
+
- ![accounts2](https://user-images.githubusercontent.com/56914284/94233534-aa0be300-ff25-11ea-96de-c153750028a0.jpeg)
+- The most important thing for the auto join feature to work is the `User Account` and the `Auto Join` toggle in the Settings tab
+
- - The image shows some of the accounts a user might have registered in chrome. To use the auto join feature, the user must see the index of his/ her IITJ account and select that number in the `Auth User` dropdown list. Here, the index shown is 2 and therefore 2 is selected in the `Auth User` dropdown list.
+ - The image above shows some of the accounts a user might have registered in chrome. To use the auto join feature, the user must see the index of his/ her IITJ account (or whichever account they need to use to join the meeting) and select that number in the `User Account` dropdown list. Here, the index shown is 2 and therefore 2 is selected in the `User Account` dropdown list.
- If the Auto Join switch is turned off in the Settings tab, alarm will ring and the link will get opened but it won't auto join the meeting for you.
- You can even customize the start time according to you. By default the start time is set to 30 seconds before the lecture time. One can change it to anything according to his/ her convenience.
diff --git a/assets/accounts.jpeg b/assets/accounts.jpeg
new file mode 100644
index 0000000..5f2b02f
Binary files /dev/null and b/assets/accounts.jpeg differ
diff --git a/assets/alarms.png b/assets/alarms.png
new file mode 100644
index 0000000..079611f
Binary files /dev/null and b/assets/alarms.png differ
diff --git a/assets/chrome web store medium.png b/assets/chrome web store medium.png
new file mode 100644
index 0000000..2721d75
Binary files /dev/null and b/assets/chrome web store medium.png differ
diff --git a/assets/custom form.png b/assets/custom form.png
new file mode 100644
index 0000000..b1a50c8
Binary files /dev/null and b/assets/custom form.png differ
diff --git a/assets/settings.png b/assets/settings.png
new file mode 100644
index 0000000..355ee5d
Binary files /dev/null and b/assets/settings.png differ
diff --git a/assets/students form.png b/assets/students form.png
new file mode 100644
index 0000000..086adcf
Binary files /dev/null and b/assets/students form.png differ
diff --git a/assets/upcoming alarms 2.png b/assets/upcoming alarms 2.png
new file mode 100644
index 0000000..37d583a
Binary files /dev/null and b/assets/upcoming alarms 2.png differ
diff --git a/assets/upcoming alarms.png b/assets/upcoming alarms.png
new file mode 100644
index 0000000..d843e46
Binary files /dev/null and b/assets/upcoming alarms.png differ
diff --git a/package.json b/package.json
index 64a1165..cd4f1f0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "meet-scheduler",
- "version": "2.1.6",
- "description": "A chrome extension that lets you auto join your google meet links",
+ "version": "2.1.7",
+ "description": "A chrome extension that lets you auto join your google meet/ zoom links",
"license": "MIT",
"repository": {
"type": "git",
diff --git a/src/pages/Popup/Popup.jsx b/src/pages/Popup/Popup.jsx
index 8a9dc92..6494cc1 100644
--- a/src/pages/Popup/Popup.jsx
+++ b/src/pages/Popup/Popup.jsx
@@ -38,10 +38,10 @@ class Popup extends Component {
render() {
var pannel;
- if (this.state.tab == 0) pannel =