Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZELIQ - Find Anyone\u2019s Email and Phone Number ", "version": "1.8.16", "description": "__MSG_appDesc__", "default_locale": "en", "action": { "default_icon": ".\/assets\/favicon.png" }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "32": ".\/assets\/icon32.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png", "256": ".\/assets\/icon256.png" }, "permissions": [ "tabs", "storage", "activeTab", "scripting", "cookies", "alarms", "identity" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.zeliq.com\/*", "https:\/\/*.dev.getheroes.run\/*", "https:\/\/*.staging.getheroes.run\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.zeliq.com\/*", "https:\/\/*.dev.getheroes.run\/*", "https:\/\/*.staging.getheroes.run\/*" ], "js": [ "dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "dist\/linkedin-sidebar\/index.html", "dist\/overlay\/index.html", "dist\/banner\/index.html", "dist\/hubspot-sidebar\/index.html" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.zeliq.com\/*", "https:\/\/*.dev.getheroes.run\/*", "https:\/\/*.staging.getheroes.run\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "https:\/\/*.zeliq.com\/*", "https:\/\/*.dev.getheroes.run\/*", "https:\/\/*.staging.getheroes.run\/*" ] } }