Files
x-poster-client/chrom-ext/manifest.json
T
NAME 6dac81dd27 U
2026-05-15 14:06:58 +00:00

32 lines
578 B
JSON

{
"manifest_version": 3,
"name": "X Comment AI",
"version": "1.2.0",
"description": "AI Comment cho X.com — có cấu hình",
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"https://x.com/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https://x.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
}
}