Bugfix typerole (#1528)

* Fix issue with undefined CFBundleTypeRole

* format with tabs for consistency
This commit is contained in:
Matt Portune 2021-09-07 12:50:22 -04:00 committed by GitHub
parent 99b67b680c
commit 68887c5de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
<string>bitwarden</string>
<string>org-appextension-feature-password-management</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.8bit.bitwarden.url</string>
</dict>