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": "M5 Chat",
"version": "2.2",
"description": "Reply faster with smart, natural, and auto-translated messages for Indonesian freelancers. Anytime, anywhere.",
"permissions": [
"activeTab",
"storage",
"clipboardWrite",
"sidePanel",
"identity"
],
"action": {
"default_title": "M5 Chat",
"default_icon": {
"16": "public\/icons\/logo-icon-16.png",
"32": "public\/icons\/logo-icon-32.png",
"48": "public\/icons\/logo-icon-48.png",
"128": "public\/icons\/logo-icon-128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"public\/css\/style.css"
],
"js": [
"modal.js",
"public\/js\/lottie.min.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "public\/icons\/logo-icon-16.png",
"32": "public\/icons\/logo-icon-32.png",
"48": "public\/icons\/logo-icon-48.png",
"128": "public\/icons\/logo-icon-128.png"
},
"oauth2": {
"client_id": "981340025734-it3i3kkr320vdnfkifb0ckljvotp6s0o.apps.googleusercontent.com",
"scopes": [
"email",
"profile"
]
},
"web_accessible_resources": [
{
"resources": [
"public\/*",
"public\/*\/*"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/www.m5.chat"
}