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": "PurposeTab: Your daily focus on each new tab", "author": "PurposeTab", "version": "0.0.9.1", "description": "Your daily focus, habits, to-do's, goals, and more - always a click away.", "offline_enabled": true, "incognito": "split", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.getbeamer.com https:\/\/www.getbeamer.com https:\/\/www.google-analytics.com\/" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.getbeamer.com\/*", "https:\/\/www.getbeamer.com\/*", "https:\/\/www.google-analytics.com\/*" ], "background": { "service_worker": "background.js" } }