v2.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "WakaTime",
|
"name": "WakaTime",
|
||||||
"version": "1.0.2",
|
"version": "2.0.0",
|
||||||
"description": "Automatic time tracking for Chrome.",
|
"description": "Automatic time tracking for Chrome.",
|
||||||
"homepage_url": "https://wakatime.com",
|
"homepage_url": "https://wakatime.com",
|
||||||
"devtools_page": "devtools.html",
|
"devtools_page": "devtools.html",
|
||||||
@@ -19,10 +19,7 @@
|
|||||||
"idle"
|
"idle"
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": [
|
"scripts": ["public/js/browser-polyfill.min.js", "public/js/events.js"],
|
||||||
"public/js/browser-polyfill.min.js",
|
|
||||||
"public/js/events.js"
|
|
||||||
],
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
|
|||||||
Reference in New Issue
Block a user