Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.18",
"manifest_version": 3,
"name": "__MSG_name__",
"default_locale": "en",
"description": "__MSG_description__",
"background": {
"service_worker": "\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"inject.js",
"images\/*"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
]
}
],
"permissions": [
"activeTab",
"storage",
"scripting"
],
"icons": {
"16": "\/assets\/logo.png",
"48": "\/assets\/logo.png",
"128": "\/assets\/logo.png"
},
"host_permissions": [
"*:\/\/web.whatsapp.com\/*"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*",
"*:\/\/chatgpt.com\/*"
],
"js": [
"\/content.js"
]
}
],
"options_page": "options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}