Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jun 30, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sukha", "version": "3.0.1", "manifest_version": 3, "description": "With this Chrome extension, you\u2019ll receive gentle nudges to keep you on track if you open distracting websites.", "background": { "service_worker": "\/background.js" }, "action": { "default_title": "Sukha", "default_popup": "popup.html", "default_icon": { "32": "img\/favicon-32x32.png" } }, "icons": { "128": "img\/favicon-32x32.png" }, "permissions": [ "tabs" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.thesukha.co\/*", "https:\/\/*.firebaseio.com\/*" ] } }