diff --git a/Homely/manifest.json b/Homely/manifest.json index d5b07fd..cdafc92 100644 --- a/Homely/manifest.json +++ b/Homely/manifest.json @@ -2,7 +2,7 @@ "name": "Homely", "short_name": "Homely", "description": "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.", - "version": "1.6", + "version": "1.7", "author": "Ollie Terrance", "homepage_url": "https://github.com/OllieTerrance/Homely", "incognito": "split", diff --git a/Homely/res/css/homely.css b/Homely/res/css/homely.css index ece8e10..b91ae9f 100644 --- a/Homely/res/css/homely.css +++ b/Homely/res/css/homely.css @@ -211,3 +211,10 @@ input[type=range] { margin-top: 20px; margin-bottom: 10px; } +#about h2 { + margin-top: 0; +} +#about .btn-group { + margin-top: 8px; + margin-bottom: 16px; +} diff --git a/Homely/res/html/homely.html b/Homely/res/html/homely.html index 38db9b8..54b3144 100644 --- a/Homely/res/html/homely.html +++ b/Homely/res/html/homely.html @@ -49,6 +49,8 @@
  • Import from file
  • Export to file
  • +
  • +
  • About
  • @@ -106,7 +108,6 @@
  • -
  • -
    - -

    -

    Written by Ollie Terrance

    -

    -   View on GitHub -   View on Web Store -

    -
    + diff --git a/Homely/res/js/homely.js b/Homely/res/js/homely.js index e5e5c80..7194764 100644 --- a/Homely/res/js/homely.js +++ b/Homely/res/js/homely.js @@ -2040,7 +2040,8 @@ $(document).ready(function() { } $("#settings-style-font").val(settings.style["font"]); }); - $("#settings-about-title").html(manif.name + " " + manif.version + ""); + $(".ext-name").text(manif.name); + $(".ext-ver").text(manif.version); // reset modal on show $("#settings").on("show.bs.modal", function(e) { $("#settings-alerts").empty(); diff --git a/README.md b/README.md index 5e6d1bd..f0aac73 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ Homely is a custom New Tab page replacement for Google Chrome. It aims to provi * [HTML5 Sortable](http://farhadi.ir/projects/html5sortable/) * [Mousetrap](http://craig.is/killing/mice) +The minimum set of files should be laid out inside the Homely folder as follows: + +* lib + * css + * bootstrap.min.css + * font-awesome.min.css + * fonts + * fontawesome-webfont.woff2 + * js + * bootstrap.min.js + * jquery.min.js + * jquery.sortable.js + * mousetrap.min.js + ## Keyboard shortcuts If enabled, the page can be navigated by keyboard. Note that Chrome will, by default, give focus to the onmibox when opening a new tab, so you must first `Tab` into the page.