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": "AIZEN \u2013 AI-Powered LinkedIn Engagement & Smart Comments",
"version": "1.1",
"description": "AIZEN is an AI-powered assistant that enhances LinkedIn engagement through smart comment suggestions.",
"action": {
"default_popup": "index.html",
"default_title": "AIZEN Extension",
"default_icon": "icon48.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"content.js"
],
"css": [
"assets\/content.css"
]
}
],
"permissions": [
"storage",
"activeTab",
"scripting",
"notifications"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*"
]
}