Skip to content

Commit

Permalink
assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkempire78 committed Feb 12, 2021
1 parent 678ed9b commit 4e86dc3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ A chrome/firefox extension that allows you to open github repositories in VSCode

**Add a button to open the current repository on github1s**

<img src="https://github.com/Darkempire78/Github1s-Extension/blob/main/Capture1.PNG" width="800"/>
<img src="https://github.com/Darkempire78/Github1s-Extension/blob/main/Capture2.PNG" width="800"/>
<img src="https://github.com/Darkempire78/Github1s-Extension/blob/main/assets/Capture1.PNG" width="800"/>
<img src="https://github.com/Darkempire78/Github1s-Extension/blob/main/assets/Capture2.PNG" width="800"/>

## Options

Expand All @@ -39,7 +39,7 @@ A chrome/firefox extension that allows you to open github repositories in VSCode
* Select the extension
* Click on `Options`

<img src="https://github.com/Darkempire78/Github1s-Extension/blob/main/Capture3.PNG"/>
<img src="https://github.com/Darkempire78/Github1s-Extension/blob/main/assets/Capture3.PNG"/>

## Contributing

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

"description": "Open github repository in VSCode with Github1s",
"icons": {
"16": "github1s.ico",
"48": "github1s.ico",
"128": "github1s.ico"
"16": "assets/github1s.ico",
"48": "assets/github1s.ico",
"128": "assets/github1s.ico"
},

"author": "Darkempire78",
Expand Down

0 comments on commit 4e86dc3

Please sign in to comment.