File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments