get version from manifest file
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
|
/* global chrome */
|
||||||
|
//jshint esnext:true
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
// Extension name
|
// Extension name
|
||||||
name: 'WakaTime',
|
name: 'WakaTime',
|
||||||
// Extension version
|
// Extension version
|
||||||
version: '1.0.0',
|
version: chrome.app.getDetails().version,
|
||||||
// Time for idle state of the browser
|
// Time for idle state of the browser
|
||||||
// The user is considered idle if there was
|
// The user is considered idle if there was
|
||||||
// no activity in the browser for x seconds
|
// no activity in the browser for x seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user