1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

safari assets folder and gulp task

This commit is contained in:
Kyle Spearrin
2018-01-16 09:41:59 -05:00
parent f0dc6db06c
commit ea7f6a404b
9 changed files with 17 additions and 4 deletions

BIN
src/safari/Icon-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
src/safari/Icon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

BIN
src/safari/Icon-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
src/safari/Icon-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/safari/Icon-96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

93
src/safari/Info.plist Normal file
View File

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Author</key>
<string>8bit Solutions LLC</string>
<key>Builder Version</key>
<string>13604.4.7.1.3</string>
<key>CFBundleDisplayName</key>
<string>bitwarden</string>
<key>CFBundleIdentifier</key>
<string>com.bitwarden.safari</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.23.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
<integer>104857600</integer>
<key>Global Page</key>
<string>background.html</string>
<key>Popovers</key>
<array>
<dict>
<key>Filename</key>
<string>popup/index.html</string>
<key>Height</key>
<integer>600</integer>
<key>Identifier</key>
<string>bitwarden-popover</string>
<key>Width</key>
<integer>375</integer>
</dict>
</array>
<key>Toolbar Items</key>
<array>
<dict>
<key>Identifier</key>
<string>bitwarden-toolbar</string>
<key>Image</key>
<string>images/icon18_safari.png</string>
<key>Include By Default</key>
<true/>
<key>Label</key>
<string>bitwarden</string>
<key>Palette Label</key>
<string>bitwarden</string>
<key>Popover</key>
<string>bitwarden-popover</string>
<key>Tool Tip</key>
<string>bitwarden</string>
</dict>
</array>
</dict>
<key>Content</key>
<dict>
<key>Scripts</key>
<dict>
<key>Start</key>
<array>
<string>content/autofill.js</string>
<string>content/autofiller.js</string>
<string>content/notificationBar.js</string>
</array>
</dict>
<key>Stylesheets</key>
<array>
<string>content/autofill.css</string>
</array>
</dict>
<key>Description</key>
<string>bitwarden is a secure and free password manager for all of your devices.</string>
<key>DeveloperIdentifier</key>
<string>LTZ2PFU5D6</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
<dict>
<key>Website Access</key>
<dict>
<key>Include Secure Pages</key>
<true/>
<key>Level</key>
<string>All</string>
</dict>
</dict>
<key>Website</key>
<string>https://bitwarden.com</string>
</dict>
</plist>