Skip to content

Commit

Permalink
feat: bump version 0.6.0 -> 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwanyoike committed Oct 7, 2024
1 parent 1aad2b0 commit 6e640c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
34 changes: 16 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tolon Browser Extension

[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/rwanyoike/tolon-browser-extension/nodejs-package.yml?branch=main)
](https://github.com/rwanyoike/tolon-browser-extension/actions/workflows/python-package.yml?query=branch%3Amain)
](https://github.com/rwanyoike/tolon-browser-extension/actions/workflows/nodejs-package.yml?query=branch%3Amain)
[![GitHub License](https://img.shields.io/github/license/rwanyoike/tolon-browser-extension)
](LICENSE.txt)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/mohaijbbfgjjjjbhffgaifcnookdihmk)](https://chrome.google.com/webstore/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk)
Expand Down Expand Up @@ -46,17 +46,6 @@ You can install the latest version from the [Chrome Web Store](https://chrome.go

You can install the latest version from the [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/tolon-browser-extension) web site.

### npm Build

```shell
git clone https://github.com/rwanyoike/tolon-browser-extension.git
cd tolon-browser-extension
npm install
npm run build
```

Find the compiled browser extension under `dist/`.

## Usage

While viewing a webpage, opening the extension will search available sources for URL submissions (discussion threads) and present a list of results.
Expand All @@ -67,17 +56,26 @@ Available sources:
- [Reddit](https://www.reddit.com)
- [Sample Site](src/sources/sample-site/index.ts) (template)

## Attribution
## Build

- Icon by [Asier Bilbo](https://thenounproject.com/creator/asierbilbo) from Noun Project.
To build the browser extension:

## Contributing
```shell
# Clone the repository
git clone https://github.com/rwanyoike/tolon-browser-extension.git
# Navigate to the project directory
cd tolon-browser-extension
# Install the dependencies
npm install
# Build the browser extension
npm run build
```

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Find the browser extension under `dist/`.

## License
## Attribution

This project is licensed under the [MIT License](./LICENSE.txt).
- Icon by [Asier Bilbo](https://thenounproject.com/creator/asierbilbo) from Noun Project.

## Related Projects

Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Tolon Browser Extension",
"version": "0.6.0",
"description": "Find webpage discussions on the web.",
"version": "0.6.1",
"description": "Find webpage discussions on the web. (e.g. Hacker News, Reddit)",
"homepage_url": "https://github.com/rwanyoike/tolon-browser-extension",
"icons": {
"64": "images/icon.png",
Expand Down

0 comments on commit 6e640c8

Please sign in to comment.