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": "No sleep", "version": "0.1.0", "description": "This extension allows you to prevent your device from going to dim\/sleep\/hibernate\/lock", "manifest_version": 3, "author": "yrobag", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-script.js" ] } ], "permissions": [ "notifications", "tabs" ], "action": { "default_title": "No sleep" }, "icons": { "128": "logo.png" } }