Skip to content

Commit 2f02be7

Browse files
committed
Add install.json
1 parent d8e8616 commit 2f02be7

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

install.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"resources": {
3+
"head": [
4+
{
5+
"type": "script",
6+
"src": "./pace.js"
7+
},
8+
{
9+
"type": "style",
10+
"src": "./themes/pace-theme-{{ options.theme }}.css"
11+
}
12+
]
13+
},
14+
"options": {
15+
"properties": {
16+
"color": {
17+
"title": "Color",
18+
"type": "string",
19+
"format": "color",
20+
"default": "auto"
21+
},
22+
"theme": {
23+
"title": "Theme",
24+
"type": "string",
25+
"enum": ["barber-shop", "big-counter", "bounce", "center-atom", "center-circle", "center-radar", "center-simple", "corner-indicator", "fille-left", "flash", "flat-top", "loading-bar", "mac-osx", "minimal"],
26+
"default": "barber-shop"
27+
}
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)