Skip to content

Commit 8dcb2ca

Browse files
authored
docs: 기능 추가에 따른 README 수정
1 parent d423403 commit 8dcb2ca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,10 @@ Watermark Remover is a Chrome extension that removes hidden watermark characters
1717
## Configuration
1818

1919
- **manifest.json**
20-
- `content_scripts.matches`: URL patterns for injection
2120
- `content_scripts.run_at`: set to `document_start` to override clipboard APIs early
2221
- `web_accessible_resources`: include `inject.js` for page injection
2322
- Permissions: `scripting`, and host permissions for target domains
2423

25-
## Project Structure
26-
27-
```
28-
text-watermark-remover/
29-
├── content.js # Injects inject.js into page context
30-
├── icon.png # Chrome extension icon
31-
├── inject.js # Overrides clipboard APIs
32-
├── manifest.json # Extension metadata and permissions
33-
└── README.md # Project documentation
34-
```
35-
3624
## Development
3725

3826
- Modify `inject.js` or `content.js` as needed.

0 commit comments

Comments
 (0)