40 lines
882 B
JSON
40 lines
882 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "WakaTime",
|
|
"version": "1.0.2",
|
|
"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://api.wakatime.com/*",
|
|
"https://wakatime.com/*",
|
|
"alarms",
|
|
"tabs",
|
|
"storage",
|
|
"idle"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"public/js/events.js"
|
|
],
|
|
"persistent": false
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"19": "graphics/wakatime-logo-19.png",
|
|
"38": "graphics/wakatime-logo-38.png"
|
|
},
|
|
"default_title": "WakaTime",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"chrome_style": false
|
|
}
|
|
}
|