Use reply button to reply messages
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": "Reply Button for WhatsApp",
"version": "2.0.1",
"author": "Fatih Mustafa Bucak",
"description": "Use reply button to reply messages",
"permissions": [],
"options_page": "info.html",
"content_scripts": [
{
"matches": [
"https://web.whatsapp.com/*"
],
"js": [
"script.js"
]
}
],
"icons": {
"16": "images/icons16.png",
"32": "images/icons32.png",
"48": "images/icons48.png",
"128": "images/icons128.png"
},
"manifest_version": 3
}