Version 0.2.0!

This commit is contained in:
Bauke 2022-10-13 11:57:49 +02:00
parent e0583b4f77
commit 6630eff27f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
[![Get Fangs for Chrome](./images/chrome-web-store.png)](https://chrome.google.com/webstore/detail/fangs/dlllfannplfkhbiidhihagjkbmcolclf)
[![Get Fangs for Edge](./images/microsoft.png)](https://microsoftedge.microsoft.com/addons/detail/fangs/fgfkpbflhnljpfniippaagjjlncobhjd)
![Latest Fangs screenshot](./images/fangs-version-0-1-3.png)
![Latest Fangs screenshot](./images/fangs-version-0-2-0.png)
## Installation

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -7,7 +7,7 @@ export default function createManifest(
name: 'Fangs',
description:
'Inject custom DuckDuckGo Bangs into your browsing experience.',
version: '0.1.5',
version: '0.2.0',
permissions: ['storage', 'webNavigation'],
options_ui: {
page: 'options/index.html',