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": "VoiceLi: AI-driven LinkedIn Comment Advisor",
"version": "1.0.1",
"description": "Boost your LinkedIn. Generate personalized, AI-driven comments effortlessly, enhancing engagement and saving time. Join now!",
"permissions": [
"storage"
],
"minimum_chrome_version": "120",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon48.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"host_permissions": [
"https:\/\/*.linkedin.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.elang.app\/*",
"https:\/\/edu-elang-app-development-gm4e3.ondigitalocean.app\/*"
],
"js": [
"src\/pages\/content\/index.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon128.png",
"icon48.png",
"icon16.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}