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": "18.21.9",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqGzDa9zgCqZCuoJEjBz2u34g0VOBDKoNJNtmDeGWRZRDe06uWCkfw5EgpFlW50O0QiQS7OhNjXU2c4xwynPb2IKmdZNvWxhsGGOgXFlhfuoRqyofjXkIugtgZ04BW\/5qqsGIz1tk8pva7q\/A+xtnO8pGHfxQdFLbvNYpRADa7uQ8N7nCUgecTFIc4I+DwGBWAcGYVX4K3mAxv5vb4eFgFe6\/gqPYIPZn+JyXd6teR1GVmGZvYOqv3rykldcOrRnoj60Dp2D5OZMdWKnyyOpCsElmdVKL3PV9QahVG+Ud2foleEKKfO5q5Y5ibr3xgkYnu66HPlF2mVivAlUvRlb4EQIDAQAB",
"homepage_url": "https:\/\/premiumsender.plus",
"icons": {
"16": "logo\/logo_16.png",
"32": "logo\/logo_32.png",
"48": "logo\/logo_48.png",
"128": "logo\/logo_128.png"
},
"action": {
"default_popup": "action.html",
"default_icon": "logo\/logo_48.png"
},
"background": {
"service_worker": "codes\/jss\/service.c91e91bb.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"codes\/jss\/csscript.c91e91bb.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"logo\/*",
"pictures\/*",
"codes\/*",
"font\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage",
"tabs"
]
}