Committed - NewTab Todo and Goal Manager

Committed - NewTab Todo and Goal Manager

Manage your weekly goals and todos in your newtab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Committed - NewTab Todo and Goal Manager",
  "short_name": "Committed",
  "description": "Manage your weekly goals and todos in your newtab",
  "version": "3.0.3",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}