mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Fixed problem with default icons and changed configs.
This commit is contained in:
@ -29,10 +29,14 @@
|
||||
"onInputHelperClear",
|
||||
"onInputHelperInput"
|
||||
],
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#555555"
|
||||
},
|
||||
"icons": ["resources/img/icon.png", "resources/img/icon@2x.png"],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -66,7 +66,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": true,
|
||||
"EditorsSupport": [ "word", "slide", "cell" ],
|
||||
|
||||
@ -82,10 +81,59 @@
|
||||
"buttons": [],
|
||||
|
||||
"initOnSelectionChanged": true,
|
||||
"storeBackground" : {
|
||||
"light" : "#042B48",
|
||||
"dark" : "#042B48"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#042B48",
|
||||
"dark" : "#042B48"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"theme" : "flat",
|
||||
"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"
|
||||
},
|
||||
"default": {
|
||||
"normal": "resources/light/icon.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"theme" : "flatDark",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -51,7 +51,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": true,
|
||||
"EditorsSupport": [ "word" ],
|
||||
|
||||
@ -67,10 +66,56 @@
|
||||
"buttons": [],
|
||||
|
||||
"initOnSelectionChanged": true,
|
||||
"storeBackground" : {
|
||||
"light" : "#333333",
|
||||
"dark" : "#333333"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#333333",
|
||||
"dark" : "#333333"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"style" : "light",
|
||||
|
||||
"100%": {
|
||||
"normal": "resources/light/icon.png",
|
||||
"hover": "resources/light/icon.png",
|
||||
"active": "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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "About",
|
||||
|
||||
@ -61,7 +61,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": false,
|
||||
"EditorsSupport": [ "word", "cell", "slide" ],
|
||||
|
||||
@ -100,10 +99,54 @@
|
||||
],
|
||||
|
||||
"size": [ 1200, 1000 ],
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
"screens" : ["resources/store/screen_1.png"],
|
||||
"isViewer" : false,
|
||||
"EditorsSupport" : ["word"],
|
||||
"initDataType" : "html",
|
||||
@ -25,10 +24,23 @@
|
||||
"isModal" : false,
|
||||
"isInsideMode" : true,
|
||||
"isUpdateOleOnResize" : false,
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
},
|
||||
"icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"100%": { "normal": "resources/img/icon.png" },
|
||||
"125%": { "normal": "resources/img/icon@1.25x.png" },
|
||||
"150%": { "normal": "resources/img/icon@1.5x.png" },
|
||||
"175%": { "normal": "resources/img/icon@1.75x.png" },
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -55,7 +55,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens" : ["resources/store/screen_1.png"],
|
||||
"isViewer" : true,
|
||||
"EditorsSupport" : ["word"],
|
||||
|
||||
@ -69,10 +68,54 @@
|
||||
"isUpdateOleOnResize" : false,
|
||||
|
||||
"buttons" : [ { "text": "Ok", "primary": true } ],
|
||||
"storeBackground" : {
|
||||
"light" : "#233450",
|
||||
"dark" : "#233450"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#233450",
|
||||
"dark" : "#233450"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -61,7 +61,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": true,
|
||||
"EditorsSupport": [ "word", "cell", "slide" ],
|
||||
|
||||
@ -77,10 +76,54 @@
|
||||
"buttons": [],
|
||||
|
||||
"initOnSelectionChanged": true,
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#555555"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -49,7 +49,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens" : ["resources/store/screen_1.png"],
|
||||
"isViewer" : false,
|
||||
"EditorsSupport" : ["word", "cell", "slide"],
|
||||
|
||||
@ -63,10 +62,54 @@
|
||||
"isUpdateOleOnResize" : false,
|
||||
|
||||
"buttons" : [],
|
||||
"storeBackground" : {
|
||||
"light" : "#2AA0D8",
|
||||
"dark" : "#2AA0D8"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#2AA0D8",
|
||||
"dark" : "#2AA0D8"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -67,7 +67,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": false,
|
||||
"EditorsSupport": [ "word", "cell", "slide" ],
|
||||
|
||||
@ -96,10 +95,54 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"storeBackground" : {
|
||||
"light" : "#ED7309",
|
||||
"dark" : "#ED7309"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#ED7309",
|
||||
"dark" : "#ED7309"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -48,7 +48,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": false,
|
||||
"EditorsSupport": [ "word" ],
|
||||
"initDataType": "text",
|
||||
@ -58,10 +57,54 @@
|
||||
"isInsideMode": true,
|
||||
"isUpdateOleOnResize": false,
|
||||
"initOnSelectionChanged": false,
|
||||
"storeBackground" : {
|
||||
"light" : "#E5222E",
|
||||
"dark" : "#E5222E"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#E5222E",
|
||||
"dark" : "#E5222E"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -62,7 +62,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": false,
|
||||
"EditorsSupport": [ "word" ],
|
||||
|
||||
@ -99,10 +98,54 @@
|
||||
],
|
||||
|
||||
"size": [ 592, 100 ],
|
||||
"storeBackground" : {
|
||||
"light" : "#042B48",
|
||||
"dark" : "#042B48"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#042B48",
|
||||
"dark" : "#042B48"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "About",
|
||||
|
||||
@ -61,7 +61,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": false,
|
||||
"EditorsSupport": [ "word", "slide", "cell" ],
|
||||
|
||||
@ -85,7 +84,55 @@
|
||||
"de": "Schließen"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "About",
|
||||
@ -117,11 +164,7 @@
|
||||
}
|
||||
],
|
||||
|
||||
"size": [ 392, 147 ],
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"size": [ 392, 147 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -61,7 +61,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": true,
|
||||
"EditorsSupport": [ "word" ],
|
||||
|
||||
@ -74,7 +73,55 @@
|
||||
|
||||
"isUpdateOleOnResize": false,
|
||||
|
||||
"buttons": []
|
||||
"buttons": [],
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "Settings",
|
||||
@ -106,11 +153,7 @@
|
||||
}
|
||||
],
|
||||
|
||||
"size": [ 300, 150 ],
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"size": [ 300, 150 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
"screens" : ["resources/store/screen_1.png"],
|
||||
"isViewer" : true,
|
||||
"EditorsSupport" : ["word", "cell", "slide"],
|
||||
|
||||
@ -32,10 +31,23 @@
|
||||
"isUpdateOleOnResize" : false,
|
||||
|
||||
"buttons" : [ ],
|
||||
"storeBackground" : {
|
||||
"light" : "#26A8DE",
|
||||
"dark" : "#26A8DE"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#26A8DE",
|
||||
"dark" : "#26A8DE"
|
||||
},
|
||||
"icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"100%": { "normal": "resources/img/icon.png" },
|
||||
"125%": { "normal": "resources/img/icon@1.25x.png" },
|
||||
"150%": { "normal": "resources/img/icon@1.5x.png" },
|
||||
"175%": { "normal": "resources/img/icon@1.75x.png" },
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -61,7 +61,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": true,
|
||||
"EditorsSupport": [ "word", "cell", "slide" ],
|
||||
|
||||
@ -77,10 +76,54 @@
|
||||
"buttons": [],
|
||||
|
||||
"initOnSelectionChanged": true,
|
||||
"storeBackground" : {
|
||||
"light" : "#F44725",
|
||||
"dark" : "#F44725"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F44725",
|
||||
"dark" : "#F44725"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -46,10 +46,23 @@
|
||||
"buttons": [],
|
||||
|
||||
"initOnSelectionChanged": true,
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#555555"
|
||||
},
|
||||
"icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"100%": { "normal": "resources/img/icon.png" },
|
||||
"125%": { "normal": "resources/img/icon@1.25x.png" },
|
||||
"150%": { "normal": "resources/img/icon@1.5x.png" },
|
||||
"175%": { "normal": "resources/img/icon@1.75x.png" },
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -48,7 +48,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"screens" : ["resources/store/screen_1.png"],
|
||||
"isViewer" : false,
|
||||
"EditorsSupport" : ["word"],
|
||||
"initDataType" : "html",
|
||||
@ -56,10 +55,54 @@
|
||||
"isModal" : false,
|
||||
"isInsideMode" : true,
|
||||
"isUpdateOleOnResize" : false,
|
||||
"storeBackground" : {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#F5F5F5"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#555555"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -78,10 +78,54 @@
|
||||
"initOnSelectionChanged": true,
|
||||
|
||||
"events" : ["onTargetPositionChanged"],
|
||||
"storeBackground" : {
|
||||
"light" : "#ED7309",
|
||||
"dark" : "#ED7309"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#ED7309",
|
||||
"dark" : "#ED7309"
|
||||
},
|
||||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"screenshots" : []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -18,7 +18,6 @@
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
"screens": ["resources/store/screen_1.png"],
|
||||
"isViewer": true,
|
||||
"isDisplayedInViewer": false,
|
||||
"EditorsSupport": [ "word", "cell", "slide" ],
|
||||
@ -51,10 +50,23 @@
|
||||
],
|
||||
|
||||
"size": [ 350, 90 ],
|
||||
"storeBackground" : {
|
||||
"light" : "#FF0000",
|
||||
"dark" : "#FF0000"
|
||||
}
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#FF0000",
|
||||
"dark" : "#FF0000"
|
||||
},
|
||||
"icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ],
|
||||
"icons2": [
|
||||
{
|
||||
"100%": { "normal": "resources/img/icon.png" },
|
||||
"125%": { "normal": "resources/img/icon@1.25x.png" },
|
||||
"150%": { "normal": "resources/img/icon@1.5x.png" },
|
||||
"175%": { "normal": "resources/img/icon@1.75x.png" },
|
||||
"200%": { "normal": "resources/img/icon@2x.png" }
|
||||
}
|
||||
],
|
||||
"screenshots" : ["resources/store/screen_1.png"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user