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", "description": "A chrome extension for flair recruiting app", "version": "1.0.4", "manifest_version": 3, "name": "Flair Recruiting", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/hub.flair.hr\/*", "https:\/\/hub.dev.flair.hr\/*", "http:\/\/localhost:3000\/*", "https:\/\/www.linkedin.com\/in\/*" ], "js": [ "linkedinContentParserScript.bundle.js" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] }