Version 0.2.6.

This commit is contained in:
Bauke 2022-03-24 15:02:25 +01:00
parent 88a1066081
commit 639d2b4462
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: 'Queue',
description: 'A WebExtension for queueing links.',
version: '0.2.5',
version: '0.2.6',
permissions: ['contextMenus', 'storage'],
options_ui: {
page: 'options/index.html',