Skip to content

Commit

Permalink
Working store version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Stevens committed Aug 16, 2014
1 parent e0587d5 commit f195a33
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
slacky
======

Simple Slack chrome app I created because I hated having it open in another tab :)
Simple Slack app for Chrome I created because I hate having it open in another tab :)
Binary file modified app/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/icon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<webview src="https://slack.com/signin" partition="persist:slacky"></webview>
<webview src="https://my.slack.com" partition="persist:slacky"></webview>
</body>
</html>
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "SociallyTied",
"version": "1.0",
"minimum_chrome_version": "23",
"description": "Simple Slack chrome app I created because I hated having it open in another tab :)",
"description": "Simple Slack app for Chrome I created because I hate having it open in another tab :)",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
Expand Down
Binary file modified branding/slacky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/slacky.psd
Binary file not shown.
Binary file added branding/slacky_promotional.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added branding/slacky_promotional.psd
Binary file not shown.
Binary file added branding/slacky_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store_versions/v1.0/app.zip
Binary file not shown.

0 comments on commit f195a33

Please sign in to comment.