Skip to content

Commit

Permalink
Update manifest and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibillingsley committed Nov 20, 2016
1 parent 48bf893 commit f159a6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ This project is licensed under the **MIT License**, see [LICENSE_MIT.txt](LICENS
Changelog
---------

### Version 1.21 - November 20, 2016

- Added HiDPI icons
- Fixed export settings not selectable

### Version 1.20 - June 1, 2016

- Added import/export settings
Expand Down
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Humble New Tab Page",
"version": "1.20",
"version": "1.21",
"minimum_chrome_version": "37",
"manifest_version": 2,
"description": "Redesigned new tab page featuring your bookmarks, apps, most visited, recently closed, and weather in a custom layout.",
Expand All @@ -27,6 +27,11 @@
"persistent" : true
},
"options_page": "newtab.html#options",
"options_ui": {
"page": "newtab.html#options",
"chrome_style": false,
"open_in_tab": true
},
"web_accessible_resources": [
"newtab.html"
]
Expand Down

0 comments on commit f159a6c

Please sign in to comment.