Skip to content

Commit

Permalink
udpating manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
QasimWani committed Nov 23, 2020
1 parent 25a4dbb commit 168f9df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"name" : "LeetHub",
"description" : "Automatically integrate your code with LeetCode and GitHub",
"homepage_url": "https://github.com/QasimWani/LeetHub",
"version" : "0.0.4",
"version" : "0.0.5",
"author" : "Qasim Wani",
"browser_action": {
"default_icon": "assets/thumbnail.png",
"default_icon": "assets/octocode.png",
"default_popup": "popup.html"
},
"icons": {
"16": "assets/thumbnail.png",
"48": "assets/thumbnail.png",
"128": "assets/thumbnail.png"
"16": "assets/octocode.png",
"48": "assets/octocode.png",
"128": "assets/octocode.png"
},
"background": {
"scripts": ["scripts/background.js"],
Expand Down

0 comments on commit 168f9df

Please sign in to comment.