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": "CommentWala by Odizo",
"version": "1.0.0",
"short_name": "CommentWala",
"description": "Assists with generating professional LinkedIn comments.",
"icons": {
"16": "public\/icon-128.png",
"48": "public\/icon-128.png",
"128": "public\/icon-128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "public\/icon-128.png",
"48": "public\/icon-128.png",
"128": "public\/icon-128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-C4tA3-IV.js"
],
"matches": [
"*:\/\/*.linkedin.com\/*"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"resources": [
"assets\/*",
"public\/*",
"web_accessible_resources\/*",
"*.png",
"*.css",
"*.svg",
"assets\/index.tsx-C4tA3-IV.js"
],
"use_dynamic_url": false
}
]
}