Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DayTicks - Organize your daily tasks", "version": "2.6", "description": "Organize your daily tasks. Right in your browser. No sign-up required!", "background": { "service_worker": "dist\/js\/background.js" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "storage", "notifications", "alarms", "tabs" ], "action": { "default_title": "DayTicks", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "commands": { "open-dashboard": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "windows": "Ctrl+Shift+Y" }, "description": "Open DayTicks Dashboard" } } }