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, "name": "Meditation Music", "short_name": "Meditation Music", "version": "1.0.0", "homepage_url": "https:\/\/browsebetter.io", "description": "Meditation Music enables conducive meditation sessions, by enabling 1-click access to meditative music.", "action": { "default_icon": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "default_title": "Meditation Music [Alt + X]" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "background", "storage" ], "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "offline_enabled": true, "author": "Meditation Music", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+X", "windows": "Alt+X", "mac": "Alt+X", "chromeos": "Alt+X", "linux": "Alt+X" }, "description": "Press Alt + X to toggle the Meditation Music" } } }