{ "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 }