Inspect and view changes in Global Gym Software SMS Sender 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
{
"name": "Global Gym Software SMS Sender",
"version": "1.0",
"description": "Send Text and Images messages multiple users in bulk without saving number.",
"permissions": [
"tabs",
"downloads",
"notifications",
"storage"
],
"host_permissions": [
"https://wpsender.globalcrm.in/api/*"
],
"action": {
"default_icon": {
"16": "images/default_icon_16.png",
"24": "images/default_icon_24.png",
"32": "images/default_icon_32.png",
"48": "images/default_icon_48.png",
"128": "images/default_icon_128.png"
},
"default_title": "Global Gym Software Bulk Whatsapp Sender"
},
"icons": {
"16": "images/default_icon_16.png",
"24": "images/default_icon_24.png",
"32": "images/default_icon_32.png",
"48": "images/default_icon_48.png",
"128": "images/default_icon_128.png"
},
"background": {
"service_worker": "js/background.js"
},
"content_scripts": [
{
"matches": [
"https://web.whatsapp.com/*"
],
"js": [
"libs/jquery-3.1.1.min.js",
"contentscript/content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"images/*"
],
"matches": [
"https://web.whatsapp.com/*"
]
}
],
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}