mirror of
https://github.com/dragonwocky/obsidian-tray.git
synced 2025-04-07 21:39:02 +00:00
chore: change plugin id from obsidian-tray -> tray
This commit is contained in:
parent
5cf55e3b7c
commit
4e097cca14
2
main.js
2
main.js
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* obsidian-tray v0.3.0
|
* obsidian-tray v0.3.1
|
||||||
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
||||||
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
|
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
|
||||||
*/
|
*/
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-tray",
|
"id": "tray",
|
||||||
"name": "Tray",
|
"name": "Tray",
|
||||||
"author": "dragonwocky",
|
"author": "dragonwocky",
|
||||||
"authorUrl": "https://dragonwocky.me/",
|
"authorUrl": "https://dragonwocky.me/",
|
||||||
"description": "Launch Obsidian on startup and run it in the background from the system tray.",
|
"description": "Launch Obsidian on startup and run it in the background from the system tray.",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"isDesktopOnly": true,
|
"isDesktopOnly": true,
|
||||||
"minAppVersion": "1.0.0"
|
"minAppVersion": "1.0.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user