Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Mail Magic",
"name": "__MSG_extensionName__",
"version": "0.1.9",
"manifest_version": 3,
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader-Dh_f8R7U.js"
],
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"css": [
"assets\/main-DtsyltIQ.css"
]
}
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/chatgpt.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"resources": [
"logo.png",
"icon.png",
"linkedin-help-1.png",
"linkedin-help-2.png",
"linkedin-help-3.png",
"linkedin-help-4.png",
"linkedin-help-5.png",
"assets\/client-C6QkkgpH.js",
"assets\/configs-CS6yGKPQ.js",
"assets\/main.tsx-C3Gp_Ui5.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"scripting"
]
}