Version 0.3.0!

This commit is contained in:
Bauke 2022-10-25 13:23:14 +02:00
parent ee012aea1d
commit 913e8f0da9
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
[![Get Queue for Chrome](./images/chrome-web-store.png)](https://chrome.google.com/webstore/detail/queue/epnbikemcmienphlfmidkimpjnmohcbl)
[![Get Queue for Edge](./images/microsoft.png)](https://microsoftedge.microsoft.com/addons/detail/queue/aanjampfdpcnhoeglmfefmmegdbifaak)
![Latest Queue screenshot](./images/queue-version-0-2-2.png)
![Latest Queue screenshot](./images/queue-version-0-3-0.png)
## Wiki

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

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