-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.json
35 lines (35 loc) · 1.12 KB
/
extension.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
{
"displayName": "Adobe Fonts",
"name": "extension-typekit",
"version": "1.0.3",
"description": "Our complete library of fonts is included with all Creative Cloud subscription plans. Choose any subscription plan and the complete library is yours to use. Learn more at https://fonts.adobe.com/about",
"platform": "web",
"iconPath": "Adobe_Creative_Cloud.svg",
"exchangeUrl": "https://www.adobeexchange.com/experiencecloud.details.101538.html",
"author": {
"name": "Jeff Chasin",
"email": "[email protected]",
"url": "https://github.com/jeffchasin/extension-fonts"
},
"viewBasePath": "src/view/",
"configuration": {
"viewPath": "configuration/configuration.html",
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {}
}
},
"actions": [
{
"displayName": "Load Embed Code",
"name": "load-embed-code",
"libPath": "src/lib/actions/loadEmbedCode.js",
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {}
}
}
]
}