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": "Majembu - AI Messaging Assistant",
"description": "Majembu is made to help you communicate more effectively with the people around you :3",
"version": "1.7",
"permissions": [
"storage",
"tabs",
"scripting",
"alarms"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/direct\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "serviceWorker.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}