1 parent 639b6ef commit 5bf6d1eCopy full SHA for 5bf6d1e
2 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "lynk",
3
"name": "Lynk",
4
- "version": "0.0.4",
+ "version": "0.1.0",
5
"description": "Import your brokerage accounts",
6
"author": "6ameDev",
7
"main": "dist/addon.js",
@@ -10,10 +10,15 @@
10
"permissions": [
11
12
"category": "ui",
13
- "functions": ["sidebar.addItem"],
+ "functions": [
14
+ "sidebar.addItem"
15
+ ],
16
"purpose": "Add navigation items to the sidebar"
17
}
18
],
- "keywords": ["wealthfolio", "addon"],
19
+ "keywords": [
20
+ "wealthfolio",
21
+ "addon"
22
23
"license": "MIT"
24
package.json
@@ -1,6 +1,6 @@
"name": "wealthfolio-lynk-addon",
"type": "module",
0 commit comments