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": 2, "name": "Pulse by Zerodha", "description": "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place", "version": "1.3.1", "offline_enabled": false, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/pulseicon48.png" }, "icons": { "16": "images\/pulseicon16.png", "48": "images\/pulseicon48.png", "128": "images\/pulseicon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/pulse.zerodha.com\/" ], "background": { "scripts": [ "background.js" ] } }