Support Safari/Chrome auto fill

This commit is contained in:
Yishi Lin 2017-06-25 12:52:08 +08:00
parent 5710f496fc
commit 5d71f99711
4 changed files with 92 additions and 58 deletions

View file

@ -28,9 +28,13 @@
<dict>
<key>NSExtensionActivationSupportsText</key>
<true/>
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
<string>1</string>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
</dict>
<key>NSExtensionJavaScriptPreprocessingFile</key>
<string>passProcessor</string>
</dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>