···41414242 [buttons addObject:@{ FUNC : @"menuRefresh", LABEL : NSLocalizedString(@"Refresh", nil) }];
43434444- /* no point in showing this if the user doesn't have 1p installed */
4545- if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"onepassword://"]])
4444+ /* no point in showing this if the user doesn't have a password manager installed */
4545+ if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"bitwarden://"]])
4646+ [buttons addObject:@{ FUNC : @"menuOnePassword", LABEL : NSLocalizedString(@"Fill with Bitwarden", nil) }];
4747+ else if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"onepassword://"]])
4648 [buttons addObject:@{ FUNC : @"menuOnePassword", LABEL : NSLocalizedString(@"Fill with 1Password", nil) }];
4949+ else if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"org-appextension-feature-password-management://"]])
5050+ [buttons addObject:@{ FUNC : @"menuOnePassword", LABEL : NSLocalizedString(@"Password Manager", nil) }];
47514852 [buttons addObject:@{ FUNC : @"menuAddOrManageBookmarks", LABEL : NSLocalizedString(@"Manage Bookmarks", nil) }];
4953 [buttons addObject:@{ FUNC : @"menuShare", LABEL : NSLocalizedString(@"Share URL", nil) }];
+2-2
README.md
···112112113113- Disables 3rd party keyboards by default with option to enable
114114115115-- Integrated [1Password button](https://github.com/AgileBits/onepassword-app-extension)
115115+- Integrated [password manager button](https://github.com/AgileBits/onepassword-app-extension)
116116 to autofill website logins, passwords, credit card numbers, etc.; requires
117117- the 1Password iOS app to be installed (and is not enabled if not installed)
117117+ the 1Password or Bitwarden iOS app to be installed (and is not enabled if not installed)
118118119119#### Infrequently Asked Questions
120120