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": "Deep Focus", "version": "1.0.1", "description": "A chrome extension for blocking websites (for use with the Deep Focus app)", "permissions": [ "activeTab", "nativeMessaging" ], "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.ts-loader-484af9e8.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.ts.4ed993c7.js" ], "use_dynamic_url": true } ] }