forked from ark-ecosystem-desktop-plugins/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Portfolio",
"version": "0.0.1",
"description": "Track your ARK portfolio and get insights into your analytics.",
"logo": "https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/template/master/logo.png",
"main": "src/index.js",
"author": "Author Name <[email protected]>",
"license": "MIT",
"desktop-wallet": {
"title": "Portfolio",
"images": [
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/template/master/preview-1.png",
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/template/master/preview-2.png",
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/template/master/preview-3.png",
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/template/master/preview-4.png",
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/template/master/preview-5.png"
],
"categories": [],
"permissions": [
"THEMES"
],
"urls": [],
"minimumVersion": "2.6"
},
"keywords": [
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"contributors": [
"Author Name <[email protected]>"
],
"bugs": {
"url": "URL"
},
"homepage": "URL",
"repository": {
"type": "git",
"url": "git+https://github.com/ark-ecosystem-desktop-plugins/template.git"
}
}