Version 0.3.0!
This commit is contained in:
parent
6aec65483e
commit
3d884e09a5
|
@ -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 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)
|
[![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
|
## Installation
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 438 KiB |
|
@ -6,7 +6,7 @@ export default function createManifest(
|
||||||
const manifest: Record<string, unknown> = {
|
const manifest: Record<string, unknown> = {
|
||||||
name: 'Re-Nav',
|
name: 'Re-Nav',
|
||||||
description: 'Navigation redirects for the masses.',
|
description: 'Navigation redirects for the masses.',
|
||||||
version: '0.2.0',
|
version: '0.3.0',
|
||||||
permissions: ['contextMenus', 'storage', 'tabs', 'webNavigation'],
|
permissions: ['contextMenus', 'storage', 'tabs', 'webNavigation'],
|
||||||
options_ui: {
|
options_ui: {
|
||||||
page: 'options/index.html',
|
page: 'options/index.html',
|
||||||
|
|
Loading…
Reference in New Issue