diff --git a/app-template/index.html b/app-template/index.html
index 203fc28ec6b29547843a1f2488ba11442a4f051f..60b3064cc2eb1e277bf1a4628251145d58deab64 100644
--- a/app-template/index.html
+++ b/app-template/index.html
@@ -61,8 +61,6 @@
     provider-root
     id="app"
     lang="de" entry-point-url="http://127.0.0.1:8000"
-    show-nextcloud-file-picker
-    show-clipboard
     allow-annotating
     html-overrides="global-override"
     src="/app/dbp-signature.topic.metadata.json"
diff --git a/package.json b/package.json
index 573e7cb8f36029d7a9426053baecbbb8ee9112a1..7025e7b3d31927a8764ee81c08d3c04b6a3ed3a8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@dbp-topics/signature",
   "internalName": "dbp-signature",
-  "version": "1.0.16",
+  "version": "1.0.17",
   "main": "src/dbp-signature.js",
   "license": "LGPL-2.1-or-later",
   "repository": {