Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "version": "24.9.5", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/manganum.app\/products\/google-tasks-on-new-tab", "name": "Button for Google Tasks", "description": "Quickly access and manage your Google Tasks directly from your Google Chrome toolbar.", "manifest_version": 3, "default_locale": "en", "permissions": [], "host_permissions": [ "https:\/\/tasks.google.com\/*\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/tasks.google.com\/embed\/list\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "128": "googletasks128.png" } }, "icons": { "128": "googletasks128.png" } }