Skip to content

Commit

Permalink
Update extension icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephine-Chen committed Mar 1, 2017
1 parent c24c997 commit 0229581
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
Binary file removed extension/icon.png
Binary file not shown.
Binary file added extension/icon128.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 extension/icon16.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 extension/icon19.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 extension/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"version": "0.1",
"description": "Website time tracker and companion to FocusPro web app",
"homepage_url": "http://focuspro.herokuapp.com/",
"icons": {
"16": "icon16.png",
"19": "icon19.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": ["jquery-3.1.1.min.js", "config.js", "sites.js", "tracker.js", "background.js"]
},
Expand All @@ -29,7 +35,6 @@
}
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Time Tracker",
"default_popup": "popup.html"
},
Expand Down

0 comments on commit 0229581

Please sign in to comment.