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", "description": "Monolith: AI Sales automation helper", "version": "5.0.6", "manifest_version": 3, "name": "Monolith: Helper", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.clay.com\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png", "\/public\/tutorial.png" ], "matches": [ "<all_urls>" ] } ] }