You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
424 B

{
"name": "ttrack.cc",
"version": "3.0",
"description": "The free web time-tracker ⏱",
"permissions": ["declarativeContent", "storage"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images/logo.png",
"32": "images/logo.png",
"48": "images/logo.png",
"128": "images/logo.png"
},
"manifest_version": 3
}