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", "manifest_version": 3, "name": "Sleep or else", "version": "1.0.0", "description": "A chrome extension for blocking websites (for use with the Sleep or else app)", "permissions": [ "activeTab" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icons\/34x34.png" }, "host_permissions": [ "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost:27182\/*", "<all_urls>" ], "icons": { "128": "icons\/128x128.png" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-1a87c94b.js" ], "matches": [ "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost:27182\/*", "<all_urls>" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/img\/*" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*\/*", "<all_urls>", "http:\/\/localhost:27182\/*", "https:\/\/*\/*" ], "resources": [ "assets\/js\/index.tsx.4ed993c7.js" ], "use_dynamic_url": true } ] }