Inspect and view changes in To Do Today 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": 2,
"name": "TodoToday",
"version": "1.0",
"description": "Style your new tab with a fancy to do list.",
"author": "João Paulo Buchholz",
"homepage_url": "https://github.com/jompa14/todo_today",
"permissions": [
"storage",
"geolocation"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{5c120682-17a3-4878-b5c3-6f2c5506b76f}"
}
}
}