Icons for zoom
45
config.json
@ -9,12 +9,45 @@
|
||||
"url": "index.html",
|
||||
"icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"100%": { "normal": "resources/img/icon.png" },
|
||||
"150%": { "normal": "resources/img/icon@1.5x.png" },
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
{
|
||||
"style" : "light",
|
||||
|
||||
"100%": {
|
||||
"normal": "resources/light/icon.png"
|
||||
},
|
||||
"125%": {
|
||||
"normal": "resources/light/icon@1.25x.png"
|
||||
},
|
||||
"150%": {
|
||||
"normal": "resources/light/icon@1.5x.png"
|
||||
},
|
||||
"175%": {
|
||||
"normal": "resources/light/icon@1.75x.png"
|
||||
},
|
||||
"200%": {
|
||||
"normal": "resources/light/icon@2x.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"style" : "dark",
|
||||
|
||||
"100%": {
|
||||
"normal": "resources/dark/icon.png"
|
||||
},
|
||||
"125%": {
|
||||
"normal": "resources/dark/icon@1.25x.png"
|
||||
},
|
||||
"150%": {
|
||||
"normal": "resources/dark/icon@1.5x.png"
|
||||
},
|
||||
"175%": {
|
||||
"normal": "resources/dark/icon@1.75x.png"
|
||||
},
|
||||
"200%": {
|
||||
"normal": "resources/dark/icon@2x.png"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isViewer": false,
|
||||
"EditorsSupport": [ "word" ],
|
||||
"initDataType": "text",
|
||||
|
||||
|
Before Width: | Height: | Size: 540 B After Width: | Height: | Size: 540 B |
BIN
resources/dark/icon@1.25x.png
Normal file
|
After Width: | Height: | Size: 668 B |
|
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 759 B |
BIN
resources/dark/icon@1.75x.png
Normal file
|
After Width: | Height: | Size: 892 B |
|
Before Width: | Height: | Size: 968 B After Width: | Height: | Size: 968 B |
BIN
resources/light/icon.png
Normal file
|
After Width: | Height: | Size: 634 B |
BIN
resources/light/icon@1.25x.png
Normal file
|
After Width: | Height: | Size: 757 B |
BIN
resources/light/icon@1.5x.png
Normal file
|
After Width: | Height: | Size: 874 B |
BIN
resources/light/icon@1.75x.png
Normal file
|
After Width: | Height: | Size: 1010 B |
BIN
resources/light/icon@2x.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |