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": "CO2 meter extension", "description": "Demonstrates using WebHID to connect to a CO2 meter.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "32": "images\/icon32.png" }, "default_title": "Show CO2 meter status", "default_popup": "popup.html" }, "icons": { "32": "images\/icon32.png", "128": "images\/icon128.png" } }