Browse Source

plugin.json: add screenshots

master
rozetko 11 months ago
parent
commit
1ec352d4fe
  1. BIN
      src/img/task-creation.png
  2. BIN
      src/img/task-list.png
  3. 11
      src/plugin.json

BIN
src/img/task-creation.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
src/img/task-list.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

11
src/plugin.json

@ -13,7 +13,16 @@
"large": "img/logo.svg"
},
"keywords": ["export", "csv"],
"screenshots": [],
"screenshots": [
{
"name": "Task List",
"path": "img/task-list.png"
},
{
"name": "Task Creation",
"path": "img/task-creation.png"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},

Loading…
Cancel
Save