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",
"manifest_version": 3,
"name": "Fronty Leads",
"version": "7.4.3.1",
"description": "Fronty Leads \u00e9 um CRM para WhatsApp Web. Organize seus chats e otimize seus neg\u00f3cios no WhatsApp Web",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "label\/icons\/plugin\/icon.png"
},
"icons": {
"128": "label\/icons\/plugin\/icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"content\/index.js"
],
"css": [
"label\/css\/frontyleads.css",
"content\/assets\/css\/style.css",
"content.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"resources": [
"*.js",
"*.css",
"*.png",
"*.mp3",
".ttf",
"label\/*.json",
"label\/*.png"
]
}
],
"permissions": [
"unlimitedStorage",
"storage",
"alarms",
"tabs"
],
"externally_connectable": {
"matches": [
"*:\/\/wascript.com.br\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjRU+KbVQwQklDNzxJ+R\/yc2rMI8rO\/zXxlaR32PaOVTd80xXDq8wxPLobhtx01cdgLE79nFuleDQYrQwDhhOd+qbt1NLzBoKLA48d5haak4gaduYRKbyNfspyLhpw2eZzT9r8QInvleQ4ptxllP15FRuHrxQc7sk9WI2iRoXaJjGQAUMJ8pBzo76U6Avg4ZOyHLiu6W9T+W6S0D2ZOGe8N2xEm3narUldC7vMLa7xpydcKEpfnzEKN6cEUXyjyCat0L+VZTr3UXyQuMaOZ32z1BDE\/9oIwziOwoGtYFjS3ifrB8tNnw+7pMGaHEwQZkj3rqEIrlUcgjHYlTW7qvbgQIDAQAB"
}