Merge pull request #2072 from rizwankce/fix/share-extension-activation-rule

Share extension activation rule for text
This commit is contained in:
Maurice Parker 2020-05-14 07:17:54 -05:00 committed by GitHub
commit 8fe746fabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
<dict>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
<key>NSExtensionActivationSupportsText</key>
<string>1</string>
</dict>
<key>NSExtensionJavaScriptPreprocessingFile</key>
<string>SafariExt</string>