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": "OutLink",
"version": "0.0.0.5",
"permissions": [
"tabs"
],
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/mail.google.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "48.png",
"128": "128.png"
},
"description": "LinkedIn tool to save and generate personalized emails and email addresses from profiles",
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"*:\/\/*.linkedin.com\/*"
]
}
]
}