pixelpick 2.0.1 → 2.0.2

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,4 +1,4 @@
1
- var content=(function(){"use strict";function E(n){return n}const u={matches:["http://localhost:*/*","http://127.0.0.1:*/*"],runAt:"document_start",main(){function n(){return!!(chrome.runtime&&chrome.runtime.id)}function t(){if(document.getElementById("pixelpick-reload-notification"))return;const e=document.createElement("div");if(e.id="pixelpick-reload-notification",e.style.cssText=`
1
+ var content=(function(){"use strict";function E(n){return n}const u={matches:["http://localhost/*","http://127.0.0.1/*"],runAt:"document_start",main(){function n(){return!!(chrome.runtime&&chrome.runtime.id)}function t(){if(document.getElementById("pixelpick-reload-notification"))return;const e=document.createElement("div");if(e.id="pixelpick-reload-notification",e.style.cssText=`
2
2
  position: fixed;
3
3
  top: 20px;
4
4
  right: 20px;
@@ -1 +1 @@
1
- {"manifest_version":3,"name":"PixelPick","description":"Select UI elements and send context to Claude Code","version":"2.0.0","icons":{"16":"icon/16.png","48":"icon/48.png","128":"icon/128.png"},"permissions":["activeTab","scripting","alarms","sidePanel"],"host_permissions":["http://localhost:*/*","http://127.0.0.1:*/*"],"action":{"default_title":"Open PixelPick","default_icon":{"16":"icon/16.png","48":"icon/48.png","128":"icon/128.png"}},"side_panel":{"default_path":"sidepanel.html"},"minimum_chrome_version":"116","content_security_policy":{"extension_pages":"script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"},"web_accessible_resources":[{"resources":["src/inspector/index.js","src/inspector/dom-inspector.js","src/inspector/react-detector.js","src/inspector/picker.js","src/inspector/highlight.js","src/constants.js"],"matches":["http://localhost:*/*","http://127.0.0.1:*/*"]}],"background":{"service_worker":"background.js"},"content_scripts":[{"matches":["http://127.0.0.1:*/*","http://localhost:*/*"],"run_at":"document_start","js":["content-scripts/content.js"]}]}
1
+ {"manifest_version":3,"name":"PixelPick","description":"Select UI elements and send context to Claude Code","version":"2.0.0","icons":{"16":"icon/16.png","48":"icon/48.png","128":"icon/128.png"},"permissions":["activeTab","scripting","alarms","sidePanel"],"host_permissions":["http://localhost/*","http://127.0.0.1/*"],"action":{"default_title":"Open PixelPick","default_icon":{"16":"icon/16.png","48":"icon/48.png","128":"icon/128.png"}},"side_panel":{"default_path":"sidepanel.html"},"minimum_chrome_version":"116","content_security_policy":{"extension_pages":"script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"},"web_accessible_resources":[{"resources":["src/inspector/index.js","src/inspector/dom-inspector.js","src/inspector/react-detector.js","src/inspector/picker.js","src/inspector/highlight.js","src/constants.js"],"matches":["http://localhost/*","http://127.0.0.1/*"]}],"background":{"service_worker":"background.js"},"content_scripts":[{"matches":["http://127.0.0.1/*","http://localhost/*"],"run_at":"document_start","js":["content-scripts/content.js"]}]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixelpick",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Visual UI inspector for Claude Code via MCP",
5
5
  "type": "module",
6
6
  "bin": {