Catadoo - A Free, Playful and Fun Todolist!

Catadoo - A Free, Playful and Fun Todolist!

Catadoo is a gamified fun todolist that will make you want to finish your tasks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Catadoo is a gamified fun todolist that will make you want to finish your tasks",
  "version": "0.0.6",
  "manifest_version": 3,
  "name": "Catadoo - A Free, Playful and Fun Todolist!",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "cat-34.png",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "128": "cat-128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}