Inspect and view changes in GoTodo - Todo list, Notes & Reminders 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
{
"manifest_version": 3,
"icons": {
"16": "icons/icon-16x16.png",
"48": "icons/icon-48x48.png",
"128": "icons/icon-128x128.png",
"256": "icons/icon-256x256.png",
"512": "icons/icon-512x512.png"
},
"permissions": [
"storage",
"notifications"
],
"host_permissions": [
"*://*/*"
],
"action": {
"default_title": "GoTodo",
"default_popup": "assets/popup.html",
"description": "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists."
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [],
"name": "GoTodo - Todo list, Notes & Reminders",
"short_name": "GoTodo",
"description": "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.",
"version": "3.1.4",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}