Connect with your customers and grow your business with WhatsApp automation tool
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"js/jquery.js",
"js/background.js"
]
},
"browser_action": {
"default_popup": "index.html",
"default_title": "Android Afiliado 2.0"
},
"content_scripts": [
{
"css": [
"css/content.css"
],
"js": [
"js/jquery.js",
"js/content.js"
],
"matches": [
"*://web.whatsapp.com/*"
]
}
],
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
"default_locale": "pt_BR",
"description": "__MSG_Desc__",
"icons": {
"16": "logo/small.png",
"48": "logo/medium.png",
"128": "logo/large.png"
},
"manifest_version": 2,
"name": "Android Afiliado 2.0",
"permissions": [
"storage",
"notifications",
"tabs",
"identity",
"identity.email"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.30.1",
"web_accessible_resources": [
"/logo/*"
]
}