From 96914b9bd810628ebf9b886cb3d54373a91bed46 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 24 Jun 2016 00:15:25 -0400 Subject: [PATCH] added plaintext predicate for chrome support --- src/iOS.Extension/Info.plist | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist index d625e4205..08d004ebc 100644 --- a/src/iOS.Extension/Info.plist +++ b/src/iOS.Extension/Info.plist @@ -36,6 +36,7 @@ $extensionItem.attachments, $attachment, ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plan-text" || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action" || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.save-login-action" || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.change-password-action"