feat: add vite-layers

This commit is contained in:
2026-06-07 17:34:31 +07:00
parent aa3148f4e4
commit ecc958c9f0
94 changed files with 4149 additions and 248 deletions
+15 -3
View File
@@ -1,10 +1,22 @@
{
"manifest_version": 3,
"name": "Element Inspector",
"version": "0.0.0",
"description": "Isolate any page element on a clean canvas and inspect its sizes, colors, spacing and responsive behavior.",
"version": "1.0.0",
"description": "Isolate any page element on a clean canvas: box model, colors, inherited styles, grid/flex layout and responsive testing.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_title": "Inspect element (Alt+Shift+E)"
"default_title": "Inspect element (Alt+Shift+E)",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"service_worker": "src/background.ts",