Inspect and view changes in SendPro12 - Send personalized messages 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",
"manifest_version": 3,
"name": "SendPro12 - Send personalized messages",
"description": "Send personalized messages to your clients with our extension.",
"version": "5.9.1",
"author": "Business Enterprise",
"minimum_chrome_version": "88",
"icons": {
"16": "imgs/16.png",
"32": "imgs/32.png",
"48": "imgs/48.png",
"128": "imgs/128.png"
},
"action": {
"default_icon": {
"16": "imgs/16.png",
"48": "imgs/48.png"
},
"default_title": "SendPro12 - FREE"
},
"background": {
"service_worker": "smph/background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"*://*.whatsapp.com/*"
],
"css": [
"/style/mystyle.css",
"smph/0d8fd505a99478275324ed48ae42bfea.css"
],
"js": [
"/js/fgEmojiPicker.js",
"smph/jquery.js",
"smph/smph.js",
"smph/app736e75726620636f7270.js"
]
}
],
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"*://*.whatsapp.com/*"
],
"web_accessible_resources": [
{
"resources": [
"js/*",
"imgs/*",
"smph/*"
],
"matches": [
"<all_urls>"
]
}
]
}