mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
inject autofill script
This commit is contained in:
parent
53cc6f0a2b
commit
af77175616
@ -28,12 +28,23 @@
|
||||
<string>com.apple.Safari.extension</string>
|
||||
<key>NSExtensionPrincipalClass</key>
|
||||
<string>$(PRODUCT_MODULE_NAME).SafariExtensionHandler</string>
|
||||
<key>SFSafariStyleSheet</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Style Sheet</key>
|
||||
<string>app/content/autofill.css</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>SFSafariContentScript</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Script</key>
|
||||
<string>script.js</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Script</key>
|
||||
<string>app/content/autofill.js</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>SFSafariToolbarItem</key>
|
||||
<dict>
|
||||
|
Loading…
Reference in New Issue
Block a user