LiveOverlayExtension/manifest.json

24 lines
582 B
JSON

{
"manifest_version": 3,
"name": "Live Site Overlay Tool",
"version": "1.1.1",
"description": "Overlay one live site over another for pixel-perfect comparison.",
"permissions": ["activeTab", "scripting", "storage"],
"action": {
"default_title": "Toggle Overlay",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"background": {
"service_worker": "background.js"
}
}