Version 0.2.0!
This commit is contained in:
parent
fd0149c13a
commit
cbf1f8e991
|
@ -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.1',
|
version: '0.2.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