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", "name": "Chrome Piano", "description": "Play the piano in your browser", "manifest_version": 3, "version": "2.0.3", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "action": { "default_title": "Chrome Piano", "default_icon": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] }