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": "Molla - Stay focused and block distractions", "version": "1.4.1", "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "icons": { "48": "icon.png", "128": "icon.png" }, "host_permissions": [ "http:\/\/localhost:3000\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.getmolla.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "dist\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:3000\/*", "*:\/\/*.getmolla.com\/*", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "dist\/content.js" ] } ], "action": [] }