Version 0.1.1!
This commit is contained in:
parent
8faf71e7bf
commit
4f9b7b81e0
|
@ -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.1.0',
|
version: '0.1.1',
|
||||||
permissions: ['storage', 'webNavigation'],
|
permissions: ['storage', 'webNavigation'],
|
||||||
options_ui: {
|
options_ui: {
|
||||||
page: 'options/index.html',
|
page: 'options/index.html',
|
||||||
|
|
Loading…
Reference in New Issue