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": "Pollen for LinkedIn - add notes, tags & reminders to LinkedIn profiles", "short_name": "Pollen", "version": "1.31", "description": "Add notes, tags & reminders to LinkedIn profiles - all stored locally on your device for privacy.", "permissions": [ "storage", "downloads" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.linkedin.com\/in\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "css": [ ".\/pollen.css" ], "js": [ ".\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/edit.svg", "assets\/share.svg", "assets\/copy.svg", "assets\/export.svg", "assets\/users.svg", "assets\/tag.svg", "assets\/trash.svg", "assets\/trash-toast.svg", "assets\/pollen_logo_128.svg", "assets\/clock.svg", "assets\/calendar.svg", "assets\/settings.svg", "assets\/download.svg", "assets\/message-square.svg", "assets\/external-link.svg", "assets\/heart.svg", "assets\/chevron-down.svg", "assets\/chevron-up.svg", "assets\/search.svg", "assets\/arrow-right.svg", "assets\/pollen-location.png" ], "matches": [ "https:\/\/*.linkedin.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/pollen_logo_128.png", "32": "assets\/pollen_logo_128.png", "48": "assets\/pollen_logo_128.png", "128": "assets\/pollen_logo_128.png" } }, "icons": { "16": "assets\/pollen_logo_128.png", "48": "assets\/pollen_logo_128.png", "128": "assets\/pollen_logo_128.png" } }