get version from manifest file

This commit is contained in:
Alan Hamlett
2016-06-29 11:41:12 -07:00
parent ee49457b90
commit e270917951

View File

@@ -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