Skip to content

Commit 7b9a053

Browse files
committed
Small changes
1 parent 85a1241 commit 7b9a053

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ Protip: Disable your system's clock like this:
1414

1515
## Installation
1616

17-
Get the extension from the [Downloads section](https://github.com/JannesMeyer/Tab-Clock/downloads) or just use this link:
18-
19-
- [Tab Clock 1.0]( https://github.com/downloads/JannesMeyer/Tab-Clock/Tab%20Clock%201.0.crx)
20-
21-
Coming soon: Chrome Web Store download link
17+
Get the extension from the [Downloads section](https://github.com/JannesMeyer/Tab-Clock/downloads) or from the [Chrome Web Store](https://chrome.google.com/webstore/detail/tab-clock/mjddhoajkbckpgjlhnanopanjhalbgij).
2218

2319
## License
2420

src/icon-128.png

2.45 KB
Loading

src/icon-48.png

-91 Bytes
Loading

src/manifest.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"manifest_version": 2,
33
"name": "Tab Clock",
4+
"short_name": "Clock",
45
"version": "1.0",
5-
"description": "Shows a clock on the 'New Tab' page.",
6-
6+
"description": "Shows a clock on the 'New Tab' page",
7+
"homepage_url": "https://github.com/JannesMeyer/Tab-Clock",
78
"icons": {
8-
"48": "icon-48.png"
9+
"48": "icon-48.png",
10+
"128": "icon-128.png"
911
},
1012
"chrome_url_overrides": {
1113
"newtab": "tab.html"

0 commit comments

Comments
 (0)