Inspect and view changes in Linkseller - CRM em seu WA source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Linkseller - CRM em seu WA",
"description": "Tenha o CRM de vendas da Linkseller em seu WA Web.",
"version": "2025.01.22",
"manifest_version": 2,
"icons": {
"16": "public/icons/ls_16.png",
"48": "public/icons/ls_48.png",
"128": "public/icons/ls_128.png"
},
"background": {
"persistent": false,
"scripts": [
"public/vendors/scrips_vendors.min.js",
"public/js/background.js"
]
},
"content_scripts": [
{
"matches": [
"https://*.whatsapp.com/*"
],
"js": [
"/public/vendors/scrips_vendors.min.js",
"/public/js/inject.js"
]
}
],
"browser_action": {},
"externally_connectable": {
"ids": [
"*"
]
},
"permissions": [
"https://*.whatsapp.com/*",
"storage"
],
"content_security_policy": "script-src 'self' https://www.gstatic.com/ https://www.googleapis.com 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"*.html",
"*.ttf"
]
}