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": "Walcu Auto-Import", "description": "Import lead data into Walcu", "author": "Walcu", "homepage_url": "https:\/\/walcu.com", "short_name": "Walcu Auto-Import", "version": "0.1.0", "action": { "default_icon": "img\/icons\/wai-ai.png", "default_title": "Import into Walcu" }, "side_panel": { "default_path": "sidepanel\/sidepanel.html" }, "permissions": [ "storage", "tabs", "sidePanel" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/content.js" ] } ], "background": { "service_worker": "service-worker.js" } }