Version 0.2.0!

This commit is contained in:
Bauke 2022-11-16 12:27:01 +01:00
parent fd0149c13a
commit cbf1f8e991
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.1',
version: '0.2.0',
permissions: ['contextMenus', 'storage', 'tabs', 'webNavigation'],
options_ui: {
page: 'options/index.html',