Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
itagagaki committed Dec 13, 2020
1 parent 471f618 commit f9d6189
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Binary file added 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 icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"description": "Google Chat Extension to add a Thread Switcher",
"version": "1.0.1",
"homepage_url": "https://github.com/itagagaki/GoogleChatThreadSwitcher",

"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": ["https://chat.google.com/*"],
"run_at": "document_end",
"js": ["./thread-switcher.js"]
}
],

"permissions": [
"activeTab"
]
Expand Down
Binary file added resources/286300.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 resources/chat.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 resources/chat.xcf
Binary file not shown.

0 comments on commit f9d6189

Please sign in to comment.