Version 0.1.1!

This commit is contained in:
Bauke 2022-11-04 14:04:54 +01:00
parent 8faf71e7bf
commit 4f9b7b81e0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

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.1.0',
version: '0.1.1',
permissions: ['storage', 'webNavigation'],
options_ui: {
page: 'options/index.html',