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",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "31.11.5",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyPqp91MSxg5xmAA1+wt8nWAZih5OszfXwBiArMucveVD52Bghdul9IphLvrwyVhGAFCzSone4yENrz6nZWInvQguxurSFQ8ItM7QPGHxA3hwUe9PaYeertI2M3NPlaYyvRonHn531bC9BYoYs7vneTECeLU33gE1w6Dy\/cRWy1Lk0ANm4HchE92Wropgv6Nmp\/dKQfCjfL8AO44wmZgWRevFKROisjM6dttKFfA6q7Qhmxhc6KwVbwxcc1XG9zKFEyoyHg3M5sab8m10Gkqrg2\/251hrdiO1DY9wmm8NS8d65FUtY+G\/379sGggXZz+ffe5inATVk27xv81vaeI9CwIDAQAB",
"homepage_url": "https:\/\/wasbb.com\/whatsapp-chat-backup-exporter",
"icons": {
"16": "logo\/logo_16.png",
"32": "logo\/logo_32.png",
"48": "logo\/logo_48.png",
"128": "logo\/logo_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "logo\/logo_48.png"
},
"background": {
"service_worker": "codes\/jss\/service.52f11d29.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"codes\/jss\/csscript.52f11d29.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"logo\/*",
"pictures\/*",
"codes\/*",
"font\/*"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.wasbb.com\/*"
],
"permissions": [
"storage",
"unlimitedStorage"
]
}