diff --git a/static/site.webmanifest b/static/site.webmanifest
index 4f1e310..bdf5ae4 100644
--- a/static/site.webmanifest
+++ b/static/site.webmanifest
@@ -24,5 +24,14 @@
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
- "display": "standalone"
+ "display": "standalone",
+ "share_target": {
+ "action": "/share-target/",
+ "method": "GET",
+ "params": {
+ "title": "title",
+ "text": "text",
+ "url": "url"
+ }
+ }
}
\ No newline at end of file
diff --git a/templates/add_account.html b/templates/add_account.html
index 0396b5b..a9293f3 100644
--- a/templates/add_account.html
+++ b/templates/add_account.html
@@ -102,6 +102,7 @@
+
-
+