pi-chrome 0.15.41 → 0.15.42

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.
package/README.md CHANGED
@@ -64,20 +64,6 @@ Second doctor run should show all checks passing.
64
64
 
65
65
  ---
66
66
 
67
- ## Quick start
68
-
69
- After install + authorize, try:
70
-
71
- ```text
72
- Look at my GitHub notifications tab and triage which PRs
73
- need my review today, sorted by staleness.
74
- Don't click anything yet — just read and summarize.
75
- ```
76
-
77
- More examples: [`docs/EXAMPLES.md`](./docs/EXAMPLES.md).
78
-
79
- ---
80
-
81
67
  ## What it can do
82
68
 
83
69
  Pi gets browser tools for:
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Pi Chrome Connector",
4
- "version": "0.15.41",
4
+ "version": "0.15.42",
5
5
  "description": "Lets Pi control tabs in Chrome via a local connector at 127.0.0.1.",
6
6
  "permissions": [
7
7
  "tabs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-chrome",
3
- "version": "0.15.41",
3
+ "version": "0.15.42",
4
4
  "scripts": {
5
5
  "test": "node test-suite/unit/csp-eval.test.mjs && node test-suite/unit/automation-target.test.mjs",
6
6
  "version": "node scripts/sync-manifest-version.js",