Capitalize Re-Nav in the manifest.

This commit is contained in:
Bauke 2022-11-02 13:05:48 +01:00
parent 54f509d08d
commit 1b5eff7030
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export default function createManifest(
target: string,
): Record<string, unknown> {
const manifest: Record<string, unknown> = {
name: 're-nav',
name: 'Re-Nav',
description: 'Navigation redirects for the masses.',
version: '0.1.0',
permissions: ['storage', 'webNavigation'],