Inspect and view changes in Focus To-Do: Pomodoro Timer & To Do List source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "7.0.0",
"default_locale": "en",
"permissions": [
"storage",
"notifications",
"system.display"
],
"host_permissions": [],
"content_security_policy": {},
"background": {
"service_worker": "background.js"
},
"action": {},
"icons": {
"16": "images/logo16.png",
"32": "images/logo32.png",
"48": "images/logo48.png",
"128": "images/logo128.png"
},
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}