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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <array>
5 <dict>
6 <key>App</key>
7 <string>1Password</string>
8 <key>BundleId</key>
9 <string>com.agilebits.onepassword-ios.extension</string>
10 <key>ExactMatch</key>
11 <true/>
12 </dict>
13 <dict>
14 <key>App</key>
15 <string>LastPass</string>
16 <key>BundleId</key>
17 <string>com.lastpass.ilastpass.LastPassExt</string>
18 <key>ExactMatch</key>
19 <true/>
20 </dict>
21 <dict>
22 <key>App</key>
23 <string>DashLane</string>
24 <key>BundleId</key>
25 <string>com.dashlane.dashlanephonefinal.</string>
26 <key>ExactMatch</key>
27 <false/>
28 </dict>
29 </array>
30 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698