forked from Fliplet/fliplet-widget-google-submission
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwidget.json
38 lines (38 loc) · 902 Bytes
/
widget.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
{
"name": "Google App Submissions",
"package": "com.fliplet.google-app-request",
"version": "1.0.0",
"icon": "img/icon.png",
"tags": ["type:submissionComponent", "category:general"],
"provider_only": false,
"references": [],
"html_tag": "div",
"interface": {
"dependencies": [
"lodash",
"fliplet-app-submissions",
"fliplet-media",
"fliplet-studio-ui",
"handlebars",
"bootstrap",
"font-awesome",
"moment"
],
"assets": [
"js/interface.templates.js",
"img/app-icon.png",
"img/splash-screen.png",
"vendor/bootstrap-tokenfield.css",
"vendor/bootstrap-tokenfield.js",
"vendor/bootstrap-select.min.css",
"vendor/bootstrap-select.min.js",
"vendor/validator.js",
"css/interface.css",
"js/interface.js"
]
},
"build": {
"dependencies": [],
"assets": []
}
}