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", "action": { "default_popup": "index.html" }, "icons": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "alarms", "cookies", "storage", "scripting", "tabs", "windows", "sidePanel" ], "web_accessible_resources": [ { "resources": [ "assets\/*", "static\/media\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*", "https:\/\/chromewebstore.google.com\/*" ] } ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "https:\/\/chromewebstore.google.com\/*" ], "manifest_version": 3, "name": "SocSell Extension", "description": "Create trust building content fast", "version": "1.94" }