Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit d400581

Browse files
author
diescake
committed
Bump version 1.1.0
1 parent 9d79532 commit d400581

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,18 @@ Actually, you don't have to edit `norzan.config.js` directly.
3939
openingTime: '10:30:00',
4040
closingTime: '19:00:00',
4141
messageInClosed: 'During non-business hours.',
42-
backgroundColor: '#222222', // Actually, input from the color picker in your browser.
42+
backgroundColor: '#222222', // Actually, enter this from the color picker in your browser.
43+
googleFont: '', // Details below.
4344
fontColor: '#e3e3e3',
4445
}
4546
```
4647

48+
### Google fonts
49+
50+
Norzan supports Web Fonts provided on [Google Fonts](https://fonts.google.com/). If you want to use this function, pick up your favorite font on the site and enter it's font-family name such as `Nova Mono`, `Staatliches` or `Indie Flower`.
51+
52+
Then, monospace fonts are recommended because proportional fonts shake the numbers at every updating time.
53+
4754
## Logo
4855

4956
This overcool [logo](https://github.com/diescake/norzan/blob/master/icon.png) is generated by [hatchful](https://hatchful.shopify.com).

dist/prod/manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "Norzan",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Norzan displays the rest of workable time into a new tab.",
5-
"permissions": ["activeTab", "declarativeContent", "storage"],
5+
"permissions": [
6+
"activeTab",
7+
"declarativeContent",
8+
"storage"
9+
],
610
"chrome_url_overrides": {
711
"newtab": "main.html"
812
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "norzan",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"repository": "git@github.com:diescake/norzan.git",
55
"author": "diescake",
66
"license": "MIT",

0 commit comments

Comments
 (0)