Skip to content

Commit cce4a35

Browse files
committed
Add link to GitHub. Bump version to 1.0.0
1 parent 4d8012d commit cce4a35

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Web Activity Time Tracker",
55
"short_name": "Web Time Tracker",
6-
"version": "0.8.6",
6+
"version": "1.0.0",
77
"minimum_chrome_version": "26",
88

99
"description": "Track and limit time your activity in the browser.",

src/options.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
<div class="margin-top-10">
8585
<label class="block">Web Activity Time Tracker tracks your activity, if you active in browser (mouse
8686
or keyboard).
87-
In order for the extension to also track when you watch a video on YouTube.com, you must grant permissions to
87+
In order for the extension to also track when you watch a video on YouTube.com, you must grant
88+
permissions to
8889
access the sites.
8990
It is necessary that extension will get access to DOM (Document Object Model).</label>
9091
<input class="margin-top-10" type="button" value="Grant permission" id='grantPermission'>
@@ -126,6 +127,13 @@
126127
</div>
127128
<div id='aboutBlock' hidden>
128129
<div><label id='version'></label></div>
130+
<div class="margin-top-20"><label>GitHub: <a href="https://github.com/Stigmatoz/web-activity-time-tracker"
131+
target="_blank">github.com/Stigmatoz/web-activity-time-tracker</a></label>
132+
</div>
133+
<div class="margin-top-20"><label>If you have feedback or would like to report an issue, you can do so on
134+
the <a href="https://github.com/Stigmatoz/web-activity-time-tracker/issues" target="_blank">GitHub
135+
issues page</a></label>
136+
</div>
129137
<div class="margin-top-20">
130138
<label>If experiencing problems, having questions or suggestions, please fill out <a
131139
href="https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm/support"

src/style/settings.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
body {
22
font-family: "Segoe UI", Tahoma, sans-serif !important;
33
color: #262626;
4+
background-color: aliceblue;
45
}
56

67
.content {

0 commit comments

Comments
 (0)