mirror of
https://github.com/gosticks/PiPer.git
synced 2026-07-04 23:20:02 +00:00
Fixed bug causing captions not to display after activating Picture in Picture mode from the Touch Bar and simplified element caching
24 lines
662 B
Plaintext
24 lines
662 B
Plaintext
<?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>Extension Updates</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.amarcus.safari.piper</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.2.4</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>115</string>
|
|
<key>Developer Identifier</key>
|
|
<string>BQ6Q24MF9X</string>
|
|
<key>URL</key>
|
|
<string>https://s3.amazonaws.com/piper-extension/PiPer.safariextz</string>
|
|
<key>Update From Gallery</key>
|
|
<true/>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|