LiveOverlayExtension/package.json

18 lines
659 B
JSON

{
"name": "liveoverlayextension",
"version": "1.0.0",
"description": "A Chrome extension for pixel-perfect visual comparison of two **live websites**. This tool is ideal for frontend developers, designers, and QA testers who need to overlay a staging or production site directly on top of another to validate layout accuracy, design drift, or content alignment — all in real time.",
"main": "background.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"genicons": "node tools/gen-icons.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}