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, "version": "12.5", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "Todoist", "default_locale": "en", "icons": { "16": "todoist_16.png", "48": "todoist_48.png", "128": "todoist_128.png", "256": "todoist_256.png", "512": "todoist_512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Todoist", "default_icon": "todoist_256.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage", "tabs", "contextMenus", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "http:\/\/*.todoist.com\/*", "https:\/\/*.todoist.com\/*" ], "commands": { "add-to-todoist": { "suggested_key": { "default": "Alt+Shift+A" }, "description": "__MSG_addToTodoist__" } }, "web_accessible_resources": [ { "resources": [ "popup.html", "popup.js", "browserApi.js", "i18nUtils.js", "counter_update.js", "popup.css", "firefox_inprivate.svg" ], "matches": [ "<all_urls>" ] } ] }