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", "name": "studyfoc.us - Study Focused with Pomodoro", "description": "Boost your focus by blocking distractions during Pomodoro sessions. Syncs with StudyFoc.us to keep you on track and productive.", "version": "1.2", "manifest_version": 3, "action": { "default_icon": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" }, "default_title": "Open StudyFocus" }, "web_accessible_resources": [ { "resources": [ "desklamp-white.png", "logo-500.png", "logo-128.png" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/index.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "tabs", "activeTab" ], "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/studyfoc.us\/*" ], "accepts_tls_channel_id": false }, "background": { "service_worker": "background\/background.js" } }