-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 990 Bytes
/
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
42
43
44
45
46
{
"name": "share",
"displayName": "分享插件",
"description": "一键分享到微信、微博、QQ空间、QQ好友、豆瓣、Facebook、Twitter、Linkedin、Google+等",
"version": "1.2.1",
"license": "AGPL-3.0",
"publisher": "sscms",
"engines": {
"sscms": "^7.2.0"
},
"categories": [
"Other"
],
"keywords": [
"分享",
"一键分享"
],
"repository": {
"type": "git",
"url": "https://github.com/siteserver/sscms.share"
},
"icon": "/assets/share/logo.svg",
"output": "",
"main": "SSCMS.Share.dll",
"applyToSites": true,
"applyToChannels": false,
"extensions": {
"permissions": {
"site_share": {
"text": "分享设置",
"type": ["web", "wx"]
}
},
"menus": {
"site_share": {
"text": "分享设置",
"iconClass": "ion-share",
"link": "./share/",
"type": ["web", "wx"],
"permissions": [
"site_share"
]
}
}
}
}