Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
zigamacele committed Oct 4, 2023
1 parent 8d18271 commit dfe0b92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Liver ![version](https://img.shields.io/badge/Version-v0.1-pink?style=for-the-badge&logo)
# Liver ![version](https://img.shields.io/badge/Version-v0.1.5-pink?style=for-the-badge&logo)

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

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

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

## Images

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

## Technologies used

-NextJS \
-TypeScript \
-TailwindCSS \
-Chrome Storage API
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Liver",
"description": "Check if your favorite VTuber is live!",
"version": "0.1.5",
"version": "0.1.50",
"manifest_version": 3,
"permissions": ["storage"],
"action": {
Expand Down

0 comments on commit dfe0b92

Please sign in to comment.