+4
-1
packages/extension/manifest.json
+4
-1
packages/extension/manifest.json
···
9
9
],
10
10
"host_permissions": [
11
11
"https://twitter.com/*",
12
-
"https://x.com/*"
12
+
"https://x.com/*",
13
+
"http://127.0.0.1:8888/*",
14
+
"http://localhost:8888/*",
15
+
"https://atlast.byarielm.fyi/*"
13
16
],
14
17
"background": {
15
18
"service_worker": "background/service-worker.js",