-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.json
More file actions
44 lines (44 loc) · 2.62 KB
/
Copy pathproduct.json
File metadata and controls
44 lines (44 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"slug": "dev-feedback-capture",
"name": "Dev Feedback Capture",
"kind": "browser-extension",
"summary": "Pick elements, propose new page content, and annotate regions. Export AI-ready prompts and visual change specs for developers.",
"status": "public",
"repo": "https://github.com/StoneHub/webDevFeedbackExt",
"liveUrl": "https://chromewebstore.google.com/detail/dev-feedback-capture/hhdmfaaplpiokafjieefpgoppckijafc",
"releaseUrl": "https://github.com/StoneHub/webDevFeedbackExt/releases",
"downloadUrl": "https://github.com/StoneHub/webDevFeedbackExt/releases/download/v1.2.0/dev-feedback-capture-v1.2.0.zip",
"supportUrl": "mailto:monroe@flyingchangesfarm.net",
"license": "source-visible-all-rights-reserved",
"platforms": [
"Chrome",
"Edge",
"Chromium"
],
"requirements": [
"Install the public extension from the Chrome Web Store",
"For source or fallback installation: download and unzip the latest GitHub Release asset",
"For source or fallback installation: enable Developer Mode and load the unpacked folder in Chrome, Edge, or another Chromium browser",
"Optional MCP companion: Node.js 18 or newer, npm install, and an MCP-compatible local client"
],
"privacy": {
"storage": "local-first",
"summary": "Feedback stays in local extension storage or an explicitly selected project sidecar. Capture, export, and MCP import actions are user-triggered, and no cloud sync or hosted AI integration is included."
},
"distribution": {
"current": "Chrome Web Store v1.7.0 is public, v1.7.1 was cancelled, and v1.7.2 is pending review for automatic publication. GitHub Release v1.2.0 remains available for manual unpacked installation.",
"planned": "Monitor the v1.7.2 review, then verify the public version, revised listing metadata, icon, and Add Content workflow after publication; keep v1.8 Feedback Sessions in a separate gated release lane.",
"latestReleaseApi": "https://api.github.com/repos/StoneHub/webDevFeedbackExt/releases/latest",
"assetNamePattern": "dev-feedback-capture-v{version}.zip",
"downloadUrlPolicy": "Resolve the latest release asset at publish time instead of hardcoding a stale versioned URL."
},
"highlights": [
"Element capture with selectors and notes",
"Reversible visual edit previews with original versus proposed evidence",
"Reversible new-content proposals with structured placement and support intent",
"Annotated region specs with DOM anchors and acceptance checks",
"Local AI Bundle export with structured context and evidence images",
"Project-scoped stdio MCP companion for local coding agents"
],
"screenshots": []
}