This commit is contained in:
NAME
2026-05-15 14:06:58 +00:00
parent 3fb16a4d97
commit 6dac81dd27
3 changed files with 193 additions and 149 deletions
+7 -10
View File
@@ -1,16 +1,14 @@
{
"manifest_version": 3,
"name": "X Comment AI",
"version": "1.0.0",
"description": "Tạo comment cho X.com bằng AI của bạn",
"version": "1.2.0",
"description": "AI Comment cho X.com — có cấu hình",
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"https://x.com/*",
"https://twitter.com/*",
"https://api.yoursite.com/*"
"https://x.com/*"
],
"background": {
"service_worker": "background.js"
@@ -18,8 +16,7 @@
"content_scripts": [
{
"matches": [
"https://x.com/*",
"https://twitter.com/*"
"https://x.com/*"
],
"js": [
"content.js"
@@ -28,8 +25,8 @@
}
],
"icons": {
"16": "icons/icon.webp",
"48": "icons/icon.webp",
"128": "icons/icon.webp"
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
}
}