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": "7.6",
"manifest_version": 3,
"name": "LemCRM - Turbocharge your Whatsapp with AI",
"description": "Sort your chats into tabs on WhatsApp. Find the chat thread you want faster, and never miss a message again!",
"options_ui": {
"page": "options.html"
},
"icons": {
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png"
},
"action": {
"default_icon": {
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png"
}
},
"content_scripts": [
{
"all_frames": false,
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"js\/vendor.js",
"js\/contentScript.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"resources": [
"js\/injectScript.js",
"assets\/images\/*",
"assets\/audio\/*",
"assets\/fonts\/*",
"style.css"
]
}
],
"background": {
"service_worker": "js\/serviceWorker.js"
},
"permissions": [
"storage",
"unlimitedStorage",
"identity",
"identity.email",
"tabs",
"webNavigation"
],
"host_permissions": [
"https:\/\/web.whatsapp.com\/*"
],
"oauth2": {
"client_id_old": "686091214450-ipk798qs4amgs3peltobemd0krg4a02q.apps.googleusercontent.com",
"client_id": "686091214450-4bd4omr19l5m5ahm7pq51pram6jkv982.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar.events",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqpcjKvnHf\/iLGwXz5e2+B1\/1x90aBN8yNnbHujFuhMlh\/AH1i0KIKGJsmjIegjaGR594ePsom\/oeN9GT\/X8GwM3Bu\/zFV2aBBnsEKzykPjoTMQzMgOrGWdvGXtvS6SvSFEvJxnXhgfK7ZQG2j4j46IKi\/iTzrpxil\/iyh1wRh38fVTsElvXa2OqOriILbAsyU5MCh3ptZhztRbuec68sx2TojwMTJoQ72BGIYPPnHmHvB3\/Nc4Cf2q9TQzkFxvwpVgN8w3RUtFFHITcRBek\/8idBR09G7lBvgOFoRqbTMhEFnXczPsPaGtkN+WqBolnmFwnFBUr1Aty9eEULUCFruwIDAQAB"
}