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-09 18:15:44 +0300
committerbrantje <brantje@gmail.com>2017-04-09 18:15:44 +0300
commit026724419df34fc76e20583bbd3a0ea8fdf92e77 (patch)
tree20335b411ae12648382a3570eb5f28bbb3e5b2cb /manifest.json
parented70daf139e6f2177f176446edc883376b78db08 (diff)
New picker icon
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 0169435..d3bca8e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Passman",
"short_name": "Passman",
- "version": "1.1.1",
+ "version": "1.1.2",
"manifest_version": 2,
"author": "Sander Brand",
@@ -82,6 +82,6 @@
}
],
"web_accessible_resources": [
- "html/inject/password_picker.html", "fonts/*"
+ "html/inject/password_picker.html", "fonts/*","icons/*"
]
} \ No newline at end of file