-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Favorites - plugin icon added
- Loading branch information
Showing
5 changed files
with
49 additions
and
30 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
caption: heart-outline-shape-svgrepo-com.svg | ||
created: 20210516035553709 | ||
modified: 20220810165935185 | ||
name: | ||
tags: | ||
title: $:/plugins/kookma/favorites/icon | ||
type: image/svg+xml | ||
url: https://www.svgrepo.com/svg/64438/heart-outline-shape |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{ | ||
"title": "$:/plugins/kookma/favorites", | ||
"name": "Favorites", | ||
"description": "Create bookmarks, shortcuts and favorite items as flat and structured lists", | ||
"description": "Create favorites, organize in folders", | ||
"author": "Mohammad Rahmani", | ||
"version": "4.8.6", | ||
"core-version": ">=5.2.3", | ||
"version": "4.8.7", | ||
"stability": "STABILITY_2_STABLE", | ||
"core-version": ">=5.1.23", | ||
"source": "https://github.com/kookma/TW-Favorites", | ||
"list": "readme license history", | ||
"plugin-type": "plugin", | ||
"dependents": "" | ||
"dependents": "", | ||
"plugin-type": "plugin" | ||
} |