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": "25.9.9",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "https:\/\/manganum.app\/products\/google-tasks-on-new-tab",
"name": "Sidebar for Google Tasks",
"description": "Access Google Tasks directly in Chrome\u2019s sidebar (side panel)\u2014stay organized without needing Gmail or Google Calendar.",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"declarativeNetRequestWithHostAccess",
"sidePanel"
],
"host_permissions": [
"https:\/\/tasks.google.com\/*\/"
],
"side_panel": {
"default_path": "panel.html"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"128": "assets\/googletasks128.png"
}
},
"icons": {
"128": "assets\/googletasks128.png"
}
}