Skip to content

Commit dfe0b92

Browse files
committed
docs: readme update
1 parent 8d18271 commit dfe0b92

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Liver ![version](https://img.shields.io/badge/Version-v0.1-pink?style=for-the-badge&logo)
1+
# Liver ![version](https://img.shields.io/badge/Version-v0.1.5-pink?style=for-the-badge&logo)
22

33
<a><img align="right" src="https://i.imgur.com/F9qenDY.png"></a>
44

@@ -7,7 +7,7 @@
77
Liver is a Chrome extension powered by Holodex API that lets you quickly check if your favorite Liver is streaming.
88
Liver is designed to be a fast and simple way to check Livers stream status.
99

10-
Get it for [Chrome](https://chrome.google.com/webstore/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh?hl=en&authuser=0)
10+
Get it for [Chrome](https://chrome.google.com/webstore/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh?hl=en&authuser=0) (Brave, Edge, Opera, etc.)
1111

1212
## Images
1313

@@ -17,7 +17,8 @@ Get it for [Chrome](https://chrome.google.com/webstore/detail/liver/pjnhlmepkmji
1717

1818
## Technologies used
1919

20-
-NextJS \
21-
-TypeScript \
22-
-TailwindCSS \
23-
-Chrome Storage API
20+
- [Vite](https://vitejs.dev/)
21+
- [React](https://reactjs.org/)
22+
- [Typescript](https://www.typescriptlang.org/)
23+
- [TailwindCSS](https://tailwindcss.com/)
24+
- [Framer Motion](https://www.framer.com/motion/)

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Liver",
33
"description": "Check if your favorite VTuber is live!",
4-
"version": "0.1.5",
4+
"version": "0.1.50",
55
"manifest_version": 3,
66
"permissions": ["storage"],
77
"action": {

0 commit comments

Comments
 (0)