Checklistz - a todo app

Checklistz - a todo app

Quick Checklist to focus on everyday work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Checklistz - a todo app",
  "version": "2024.05.23",
  "description": "Quick Checklist to focus on everyday work.",
  "author": "Rajeev.Jayaswal",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html",
    "default_title": "Checklistz - Productive todo list"
  },
  "permissions": [
    "storage"
  ]
}