From f8f4b1e26852a9d50e273d8eed8f059ed6b5ff02 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 29 Jun 2016 11:46:15 -0700 Subject: [PATCH] update manifest homepage, description, and permissions --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 87aedabc..5faaac55 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,8 @@ "manifest_version": 2, "name": "WakaTime", "version": "1.0.0", - "description": "Get stats about your website debugging, research, documentation, etc.", + "description": "Automatic time tracking for Chrome.", + "homepage_url": "https://wakatime.com", "devtools_page": "devtools.html", "icons": { "16": "graphics/wakatime-logo-16.png", @@ -10,9 +11,8 @@ "128": "graphics/wakatime-logo-128.png" }, "permissions": [ - "https://wakatime.com/api/v1/users/current", - "https://wakatime.com/logout", - "https://wakatime.com/api/v1/users/current/heartbeats", + "https://api.wakatime.com/*", + "https://wakatime.com/*", "alarms", "tabs", "storage",