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": "SecondsTimer", "version": "1.0", "description": "This Chrome extension allows you to set timers in seconds from your browser.", "manifest_version": 3, "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "SecondsTimer" }, "background": { "service_worker": "main.js" } }