11 lines
360 B
JSON
11 lines
360 B
JSON
|
|
{
|
||
|
|
"id": "screenshot",
|
||
|
|
"name": "Screenshot",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Capture the current tab — visible viewport, entire scrollable page, or a rectangle you draw. Saves to Downloads as PNG (or JPEG for smaller files).",
|
||
|
|
"author": "Silent Mode",
|
||
|
|
"icon": "📸",
|
||
|
|
"main": "index.js",
|
||
|
|
"capabilities": ["sidebar-panel", "capture-tab"]
|
||
|
|
}
|