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-07-22 14:26:01 +0300
committerbrantje <brantje@gmail.com>2017-07-22 14:33:44 +0300
commit1b8b0512f43ad7cceaf38168904c596e0eedf6aa (patch)
tree9706add0b95ab4ad4a5180d0ef958d9837d6236b /manifest.json
parent3db2586452809c81c426692bedfb97609a515f3e (diff)
Add option to submit the form after picking account.
This is disabled by default. Signed-off-by: brantje <brantje@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 6845944..2258b12 100644
--- a/manifest.json
+++ b/manifest.json
@@ -89,6 +89,6 @@
}
],
"web_accessible_resources": [
- "html/inject/doorhanger.html", "html/inject/password_picker.html", "fonts/*","icons/*"
+ "html/inject/doorhanger.html", "html/inject/password_picker.html", "html/inject/auto_login.html", "fonts/*","icons/*"
]
}