Skip to content

Commit f75ec55

Browse files
committed
add example of manifest for chrome ext
1 parent 2d825e8 commit f75ec55

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,17 @@ class MyActionAdapter implements ActionAdapter {
106106
setupTwitterObserver(new MyActionAdapter());
107107
```
108108

109+
#### Manifest
110+
111+
```json
112+
"content_scripts": [
113+
{
114+
"matches": ["https://twitter.com/*", "https://x.com/*", "https://pro.x.com/*"],
115+
"js": ["src/contentScript.ts"],
116+
}
117+
]
118+
```
119+
109120
## Learn More:
110121

111122
- [Join our Discord](https://discord.gg/saydialect) - join the community and ask us a question

0 commit comments

Comments
 (0)