Skip to content

Commit e6eca6c

Browse files
committed
Merge branch 'dev' of https://bitbucket.org/Stigmat/chrome_extension into release
2 parents 0b9be73 + e0bf8af commit e6eca6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

manifest.json

Lines changed: 2 additions & 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 Activity",
6-
"version": "0.6.5",
6+
"version": "0.6.6",
77

88
"minimum_chrome_version": "26",
99

@@ -26,6 +26,7 @@
2626
"webNavigation",
2727
"unlimitedStorage"
2828
],
29+
"offline_enabled": true,
2930
"background": {
3031
"scripts": ["scripts/common.js",
3132
"scripts/storage.js",

options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</div>
6464
</div>
6565
<div id='aboutBlock' hidden>
66-
<div><label id='version'>v0.6.5</label></div>
66+
<div><label id='version'>v0.6.6</label></div>
6767
<div class="margin-top-20">
6868
<label>If experiencing problems, having questions or suggestions, please fill out <a href="https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm/support" target="_blank">support
6969
form</a>.</label>

0 commit comments

Comments
 (0)