Skip to content

Commit

Permalink
Create signed extension bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan J Daniels committed May 16, 2016
1 parent f8fd438 commit 3089382
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# :pray: Emoji tab icons for Safari :pray:

![Screenshot](screenshot.png)
![Screenshot](https://github.com/logandaniels/emoji-tab-icons/raw/master/screenshot.png)

After switching from Chrome to Safari, one feature was hard for me to live without: tab icons. Chrome adds a website's favicon as an icon for all tabs you have open for that website. Safari doesn't do this, which makes it hard to tell at a glance what site each of your tabs is on.

This extension lets you add emoji icons to your tabs on a site-by-site basis, to simulate Chrome's tab favicons.

## Installation
Download and open [emoji-tab-icons.safariextz](https://github.com/logandaniels/emoji-tab-icons/raw/v1.0/emoji-tab-icons.safariextz).

Unfortunately, installing untrusted extensions is buggy in Safari. When you open the ``.safariextz`` file, Safari will ask you to confirm that you really want to install it. If you're lucky, clicking "Trust" will install the extension. Often, though, nothing will happen and you'll have to try opening the file multiple times or restart Safari before it installs. If you still can't get it to install, [this StackExchange answer](http://apple.stackexchange.com/questions/214760/force-installing-untrusted-safari-extensions/233701#233701) provides a (clunky) workaround.
2 changes: 1 addition & 1 deletion UpdateManifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<string>1.0</string>

<key>URL</key>
<string>https://github.com/logandaniels/emoji-tab-icons/raw/v1/emoji-tab-icons.safariextz</string>
<string>https://github.com/logandaniels/emoji-tab-icons/raw/v1.0/emoji-tab-icons.safariextz</string>

<key>Update From Gallery</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion emoji-tab-icons.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.0</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
Binary file added emoji-tab-icons.safariextz
Binary file not shown.

0 comments on commit 3089382

Please sign in to comment.