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": "Tomo - Organize Saved LinkedIn\u00ae Posts", "version": "1.0.3", "version_name": "1.0.3", "description": "Tag, Filter and Search your saved LinkedIn\u00ae posts to easily reference your favorite content.", "author": "LeverX", "icons": { "16": "assets\/icons\/extension\/16.png", "32": "assets\/icons\/extension\/32.png", "48": "assets\/icons\/extension\/48.png", "128": "assets\/icons\/extension\/128.png" }, "action": { "default_popup": "pages\/popup\/popup.html", "default_icon": { "16": "assets\/icons\/extension\/16.png", "32": "assets\/icons\/extension\/32.png", "48": "assets\/icons\/extension\/48.png", "128": "assets\/icons\/extension\/128.png" } }, "options_ui": { "page": "pages\/web\/tomo.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "public\/scripts\/main.js" ], "run_at": "document_start", "css": [ "style.css" ] } ], "web_accessible_resources": [ { "resources": [ "scripts\/injected.js", "pages\/web\/tomo.html", "*" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ] } ], "permissions": [ "storage" ], "background": { "service_worker": "public\/scripts\/service-worker.js", "type": "module" } }