mirror of
https://github.com/tazihad/obsidian-easy-keep-view.git
synced 2026-07-22 05:49:04 +00:00
14 lines
398 B
JSON
14 lines
398 B
JSON
{
|
|
"id": "easy-keep-view",
|
|
"name": "Easy Keep View",
|
|
"version": "1.0.0",
|
|
"minAppVersion": "1.8.9",
|
|
"description": "Easy Keep View mimics the Google Keep interface, allowing you to view and manage your notes with image thumbnails and excerpts.",
|
|
"author": "@tazihad",
|
|
"authorUrl": "https://github.com/tazihad",
|
|
"isDesktopOnly": false,
|
|
"main": "main.js",
|
|
"scripts": [
|
|
"styles.css"
|
|
]
|
|
}
|