Skip to content

Commit

Permalink
Add Opera compatibility #32
Browse files Browse the repository at this point in the history
Signed-off-by: pdulvp <pdulvp@laposte.net>
  • Loading branch information
pdulvp committed May 13, 2020
1 parent d2c4fd1 commit 90c3cc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Firefox](https://img.shields.io/badge/Firefox-install--addon-FF7139?style=flat-square&logo=Mozilla%20Firefox)](https://addons.mozilla.org/fr/firefox/addon/extract-data)
[![Google](https://img.shields.io/badge/Chrome-install--addon-4285F4?style=flat-square&logoColor=64a0ff&logo=Google%20Chrome)](https://chrome.google.com/webstore/detail/extract-data/dgojclpdbgnpjclhimcldkapkgnmjbcb)
[![Google](https://img.shields.io/badge/Edge-pending--review-BBB?style=flat-square&logoColor=BBB&logo=Microsoft%20Edge)](https://www.microsoft.com/fr-fr/store/collections/edgeextensions)
[![Edge](https://img.shields.io/badge/Edge-pending--review-BBB?style=flat-square&logoColor=BBB&logo=Microsoft%20Edge)](https://www.microsoft.com/fr-fr/store/collections/edgeextensions)
[![Opera](https://img.shields.io/badge/Opera-pending--review-BBB?style=flat-square&logoColor=BBB&logo=Opera)](https://addons.opera.com/en)
&emsp;&emsp;[![Patreon](https://img.shields.io/badge/sponsor-patreon-F96854?style=flat-square&logo=patreon)](https://patreon.com/pdulvp)


Expand Down
Binary file modified images/store/image-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"author": "pdulvp@laposte.net",
"version": "1.3",
"version": "1.4",
"homepage_url": "https://github.com/pdulvp/extract-data",
"description": "__MSG_extensionDescription__",

Expand All @@ -21,6 +21,7 @@
"permissions": [
"storage",
"activeTab",
"clipboardRead",
"clipboardWrite",
"notifications",
"contextMenus",
Expand Down

0 comments on commit 90c3cc1

Please sign in to comment.