Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"19": "graphics\/wakatime-logo-19.png",
"38": "graphics\/wakatime-logo-38.png"
},
"default_popup": "popup.html",
"default_title": "WakaTime"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"wakatimeScript.js"
],
"run_at": "document_end"
}
],
"description": "Automatic time tracking for Chrome.",
"devtools_page": "devtools.html",
"homepage_url": "https:\/\/wakatime.com",
"host_permissions": [
"https:\/\/api.wakatime.com\/*",
"https:\/\/wakatime.com\/*"
],
"icons": {
"16": "graphics\/wakatime-logo-16.png",
"48": "graphics\/wakatime-logo-48.png",
"128": "graphics\/wakatime-logo-128.png"
},
"manifest_version": 3,
"name": "WakaTime",
"options_ui": {
"page": "options.html"
},
"permissions": [
"alarms",
"tabs",
"storage",
"activeTab"
],
"version": "4.1.0"
}