Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prime Connect - Message Sender",
"version": "3.1.104",
"default_locale": "en",
"description": "__MSG_Description__",
"icons": {
"16": "logo\/small.png",
"48": "logo\/medium.png",
"128": "logo\/large.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"js\/libreria\/jquery.js",
"js\/libreria\/driver.js.iife.js",
"datamin.js",
"codegoogle.js",
"translate.js",
"js\/driver.js",
"metjsenger-waba.js",
"contentmin.js"
],
"css": [
"css\/drivvermetjet.css",
"css\/contentidomin.css"
]
},
{
"matches": [
"*:\/\/metjetsac.com\/*"
],
"js": [
"js\/metjet-sitioweb.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"injectado.js",
"\/logo\/*",
"\/sounds\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Prime Connect"
},
"permissions": [
"bookmarks",
"storage",
"unlimitedStorage",
"notifications",
"tabs",
"identity",
"identity.email"
]
}