11 lines
266 B
JSON
11 lines
266 B
JSON
|
|
{
|
||
|
|
"id": "notepad",
|
||
|
|
"name": "Notepad",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Right-sidebar notes. Text lives on this machine only, autosaves as you type.",
|
||
|
|
"author": "Silent Mode",
|
||
|
|
"icon": "📝",
|
||
|
|
"main": "index.js",
|
||
|
|
"capabilities": ["sidebar-panel"]
|
||
|
|
}
|