Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-04-21 20:15:27 +0300
committerbrantje <brantje@gmail.com>2017-04-21 20:15:27 +0300
commitebd42513ef45b2f1aaf216cb2faf472f5f39f3a9 (patch)
tree6f9f995a28ccfc1d3cd028e4369117b29fe4d471 /manifest.json
parent09aba7ff980153465bed7e9889eb27290dffab06 (diff)
Fix copy text for firefox
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index bd9aecc..f203f76 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Passman",
"short_name": "Passman",
- "version": "1.1.7",
+ "version": "1.1.8",
"manifest_version": 2,
"author": "Sander Brand",
@@ -35,7 +35,6 @@
"/js/lib/api.js",
"/js/vendor/sha/sha.js",
"/js/lib/otp.js",
- "/js/lib/copyText.js",
"/js/lib/passwordgen.js",
"/js/background/service/contextMenu.js",
"/js/background/service/background.js",