Organize o seu dia e contole as suas tarefas.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"short_name": "todo-list",
"name": "DEV Todo List",
"description": "Organize o seu dia e contole as suas tarefas.",
"manifest_version": 3,
"version": "1.0",
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
},
"default_title": "DEV Data Mock",
"default_popup": "index.html"
}
}