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", "name": "ToDoNewTab", "manifest_version": 3, "description": "Manage your to do lists here.", "version": "1.02", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "action": { "default_title": "ToDoNewTab" }, "offline_enabled": true, "chrome_url_overrides": { "newtab": "todonewtab.html" } }