Version 0.3.0!

This commit is contained in:
Bauke 2022-11-26 10:55:27 +01:00
parent 6aec65483e
commit 3d884e09a5
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
[![Get Re-Nav for Chrome](./images/chrome-web-store.png)](https://chrome.google.com/webstore/detail/efjignaelidacjdhleaojfmkklganjjb)
[![Get Re-Nav for Edge](./images/microsoft.png)](https://microsoftedge.microsoft.com/addons/detail/efnkhmlaemggdlpalglioeolbbhfpiic)
![Latest Re-Nav screenshot](./images/re-nav-version-0-2-0.png)
![Latest Re-Nav screenshot](./images/re-nav-version-0-3-0.png)
## Installation

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

View File

@ -6,7 +6,7 @@ export default function createManifest(
const manifest: Record<string, unknown> = {
name: 'Re-Nav',
description: 'Navigation redirects for the masses.',
version: '0.2.0',
version: '0.3.0',
permissions: ['contextMenus', 'storage', 'tabs', 'webNavigation'],
options_ui: {
page: 'options/index.html',