Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Today's Task - Organize Your Day with a To-Do List Extension", "version": "1.6.5", "description": "Turn Your Chrome Home Page Into a Powerful To-Do List Manager", "action": { "default_icon": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "background": { "service_worker": "background.js" }, "icons": { "128": "images\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "sidePanel" ], "side_panel": { "default_path": "index.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Q" } } } }