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": "LinkedIn Mate: Find Hidden Job Opportunities",
"version": "0.4",
"description": "Find hidden job opportunities in LinkedIn posts. Get notified. Free Forever.",
"permissions": [
"alarms",
"notifications",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/linkedin-mate-api.vv20.net\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_title": "LinkedIn Mate"
},
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
}