diff --git a/README.md b/README.md index 51fa076..09dd58b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index 3b82c0a..772a3ec 100644 --- a/manifest.json +++ b/manifest.json @@ -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.", @@ -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" ]