diff --git a/README.md b/README.md index 9eabac0..c335e1e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/images/fangs-version-0-2-0.png b/images/fangs-version-0-2-0.png new file mode 100644 index 0000000..e7ac4d7 Binary files /dev/null and b/images/fangs-version-0-2-0.png differ diff --git a/source/manifest.ts b/source/manifest.ts index 4a881af..a798460 100644 --- a/source/manifest.ts +++ b/source/manifest.ts @@ -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',