browser-annotations 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "../../../../../../@crx/manifest": {
3
- "file": "assets/crx-manifest.js-C7Uo5mdi.js",
3
+ "file": "assets/crx-manifest.js-DjBeRGFS.js",
4
4
  "name": "crx-manifest.js",
5
5
  "src": "../../../../../../@crx/manifest",
6
6
  "isEntry": true
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 3,
3
3
  "name": "Browser Annotations",
4
4
  "description": "Capture feedback from the Chrome DevTools.",
5
- "version": "1.0.3",
5
+ "version": "1.0.4",
6
6
  "icons": {
7
7
  "16": "icon.png",
8
8
  "32": "icon.png",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-annotations",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Annotate elements and send them to your agents right from your Chrome DevTools.",
5
5
  "homepage": "https://browser-annotations.dev/",
6
6
  "license": "MIT",
package/README.md DELETED
@@ -1,30 +0,0 @@
1
- # browser-annotations
2
-
3
- Annotate elements and send them to your agents right from your Chrome DevTools.
4
-
5
- ## Install
6
-
7
- ```bash
8
- pnpm install -g browser-annotations
9
- ```
10
-
11
- Open `chrome://extensions`, enable **Developer mode**, click **Load unpacked**, and select:
12
-
13
- - `~/browser-annotations/chrome` — created automatically during install
14
- - or the `dist` folder in your package manager's global directory, if you prefer no symlink
15
-
16
- ## Usage
17
-
18
- 1. Use the Chrome DevTools to select an element
19
- 2. Write your feedback in the `Feedback` tab
20
- 3. Use `Add` to batch annotations
21
- 4. Hit `Submit` to notify your agent or copy to clipboard
22
-
23
- ## Agent integration
24
-
25
- For sending feedback straight to your agent, see the [pi](https://browser-annotations.dev/) and [Claude Code](https://browser-annotations.dev/) setup guides.
26
-
27
- ## Links
28
-
29
- - [Documentation](https://browser-annotations.dev/)
30
- - [GitHub](https://github.com/wiebekaai/browser-annotations)