| Index: ios/chrome/app/resources/PasswordManagerExtensions.plist
|
| diff --git a/ios/chrome/app/resources/PasswordManagerExtensions.plist b/ios/chrome/app/resources/PasswordManagerExtensions.plist
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6c954f00d57e02c91454e14e41ff1ba99c01ee2a
|
| --- /dev/null
|
| +++ b/ios/chrome/app/resources/PasswordManagerExtensions.plist
|
| @@ -0,0 +1,30 @@
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
| +<plist version="1.0">
|
| +<array>
|
| + <dict>
|
| + <key>App</key>
|
| + <string>1Password</string>
|
| + <key>BundleId</key>
|
| + <string>com.agilebits.onepassword-ios.extension</string>
|
| + <key>ExactMatch</key>
|
| + <true/>
|
| + </dict>
|
| + <dict>
|
| + <key>App</key>
|
| + <string>LastPass</string>
|
| + <key>BundleId</key>
|
| + <string>com.lastpass.ilastpass.LastPassExt</string>
|
| + <key>ExactMatch</key>
|
| + <true/>
|
| + </dict>
|
| + <dict>
|
| + <key>App</key>
|
| + <string>DashLane</string>
|
| + <key>BundleId</key>
|
| + <string>com.dashlane.dashlanephonefinal.</string>
|
| + <key>ExactMatch</key>
|
| + <false/>
|
| + </dict>
|
| +</array>
|
| +</plist>
|
|
|