Skip to content

Commit

Permalink
remove screenshots folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Tseng committed Jun 28, 2022
1 parent 018cff9 commit 8e10007
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@
A Firefox extension that converts the links you have in bookmarks to clickable elements in your homepage. Changes your homepage and new tabs page to be more visually appealing, minimalistic, and useful.

## ScreenShots
Bookmarks

![bookmarks](screenshots/bookmarks.png "bookmarks")

StartPage

![Main Page](screenshots/main.png "Main Page")

Settings

![Settings Page](screenshots/settings.png "Settings Page")
![Main Page](https://user-images.githubusercontent.com/16094111/176168480-6faf3491-5504-4243-b08f-43afd86e927a.jpg "Main Page")

## Contributors
Derick Tseng ([email protected])
Derick Tseng ([email protected])
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "StartPage",
"short_name": "StartPage",
"version": "0.0.5",
"version": "0.1.0",

"description": "Custom StartPage Plugin for Firefox",
"homepage_url": "https://github.com/derickboss1/startpage",
Expand Down
Binary file removed screenshots/bookmarks.png
Binary file not shown.
Binary file removed screenshots/main.png
Binary file not shown.
Binary file removed screenshots/settings.png
Binary file not shown.
4 changes: 4 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"version": "0.0.5",
"update_link": "https://github.com/derickboss1/StartPage/releases/download/v0.0.5/startpage-0.0.5-fx.xpi"
},
{
"version": "0.1.0",
"update_link": "https://github.com/derickboss1/StartPage/releases/download/v0.1.0/startpage-0.1.0-fx.xpi"
}
]
}
Expand Down

0 comments on commit 8e10007

Please sign in to comment.