Last active
November 21, 2021 16:45
-
-
Save macmule/6eba4545dcccc481450ec24628c1c793 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <key>NSToolbar Configuration BrowserToolbarIdentifier</key> | |
| <dict> | |
| <key>TB Default Item Identifiers</key> | |
| <array> | |
| <string>BackForwardToolbarIdentifier</string> | |
| <string>com.mycomany.extension-myDeveloperID identifier</string> | |
| <string>CloudTabsToolbarIdentifier</string> | |
| <string>ShareToolbarIdentifier</string> | |
| <string>InputFieldsToolbarIdentifier</string> | |
| <string>ShowDownloadsToolbarIdentifier</string> | |
| </array> | |
| <key>TB Display Mode</key> | |
| <integer>2</integer> | |
| <key>TB Icon Size Mode</key> | |
| <integer>1</integer> | |
| <key>TB Is Shown</key> | |
| <integer>1</integer> | |
| <key>TB Item Identifiers</key> | |
| <array> | |
| <string>BackForwardToolbarIdentifier</string> | |
| <string>CloudTabsToolbarIdentifier</string> | |
| <string>ShareToolbarIdentifier</string> | |
| <string>com.mycomany.extension-myDeveloperID identifier</string> | |
| <string>InputFieldsToolbarIdentifier</string> | |
| <string>ShowDownloadsToolbarIdentifier</string> | |
| </array> | |
| <key>TB Size Mode</key> | |
| <integer>1</integer> | |
| </dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment