Version 0.3.2!

This commit is contained in:
Bauke 2022-10-25 14:56:36 +02:00
parent 1bf8f519c6
commit 2ee0dcb0ed
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.3.1',
version: '0.3.2',
permissions: ['contextMenus', 'storage'],
options_ui: {
page: 'options/index.html',