Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: ios/chrome/app/resources/PasswordManagerExtensions.plist

Issue 2823883002: List Password Manager extensions in a static data structure (Closed)
Patch Set: add PasswordManagerExtensions.plist Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698