Skip to content

Commit

Permalink
update manifest homepage, description, and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Jun 29, 2016
1 parent e270917 commit f8f4b1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"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",
"48": "graphics/wakatime-logo-48.png",
"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",
Expand Down

0 comments on commit f8f4b1e

Please sign in to comment.