{ "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" } }