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": "Foudre \u2013 LinkedIn Outreach at Scale, Without the Spam",
"version": "2.2",
"description": "Professional LinkedIn message template manager. Save, organize & deploy templates instantly.",
"author": "Joan Akibode",
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/foudre-production.up.railway.app\/*"
],
"icons": {
"16": "public\/logos\/Foudre-16.png",
"32": "public\/logos\/Foudre-32.png",
"48": "public\/logos\/Foudre-48.png",
"128": "public\/logos\/Foudre-128.png"
},
"action": {
"default_icon": {
"16": "public\/logos\/Foudre-16.png",
"32": "public\/logos\/Foudre-32.png",
"48": "public\/logos\/Foudre-48.png",
"128": "public\/logos\/Foudre-128.png"
},
"default_popup": "public\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"content.css",
"public\/logos\/*",
"public\/sequence-editor\/*",
"public\/settings\/*",
"public\/login\/*",
"public\/premium\/*",
"public\/legal\/*"
],
"matches": [
"https:\/\/*.linkedin.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/*"
],
"js": [
"public\/config.js",
"content.js"
],
"css": [
"content.css"
]
}
]
}