mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
- Changed plugin ID from "surfsense" to "surfsense-obsidian" for clarity. - Updated version from "0.1.1" to "0.1.0" in manifest and versions files. - Modified author URL to point to the official SurfSense website. - Adjusted GitHub release workflow to ensure compatibility with Obsidian and BRAT.
10 lines
276 B
JSON
10 lines
276 B
JSON
{
|
|
"id": "surfsense-obsidian",
|
|
"name": "SurfSense",
|
|
"version": "0.1.0",
|
|
"minAppVersion": "1.5.4",
|
|
"description": "Turn your vault into a searchable second brain with SurfSense.",
|
|
"author": "SurfSense",
|
|
"authorUrl": "https://www.surfsense.com",
|
|
"isDesktopOnly": false
|
|
}
|