mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Update to manifest 2
This commit is contained in:
parent
9d7d0ec5d0
commit
dd026e70af
14
skin.json
14
skin.json
|
@ -17,43 +17,43 @@
|
|||
"value": "#11151d",
|
||||
"description": "The theme color defined in the meta tag",
|
||||
"descriptionmsg": "citizen-config-themecolor",
|
||||
"public": "true"
|
||||
"public": true
|
||||
},
|
||||
"EnablePreconnect": {
|
||||
"value": false,
|
||||
"description": "Enable or disable preconnect to required origin",
|
||||
"descriptionmsg": "citizen-config-enablepreconnect",
|
||||
"public": "true"
|
||||
"public": true
|
||||
},
|
||||
"PreconnectOrigin": {
|
||||
"value": "",
|
||||
"description": "The URL for preconnect to required origin",
|
||||
"descriptionmsg": "citizen-config-preconnectorigin",
|
||||
"public": "true"
|
||||
"public": true
|
||||
},
|
||||
"EnableManifest": {
|
||||
"value": true,
|
||||
"description": "Enable or disable web app manifest",
|
||||
"descriptionmsg": "citizen-config-enablemanifest",
|
||||
"public": "true"
|
||||
"public": true
|
||||
},
|
||||
"ManifestThemeColor": {
|
||||
"value": "#11151d",
|
||||
"description": "The theme color defined in the web app manifest",
|
||||
"descriptionmsg": "citizen-config-manfiestthemecolor",
|
||||
"public": "true"
|
||||
"public": true
|
||||
},
|
||||
"ManifestBackgroundColor": {
|
||||
"value": "#fff",
|
||||
"description": "The background color defined in the web app manifest",
|
||||
"descriptionmsg": "citizen-config-manifestbackgroundcolor",
|
||||
"public": "true"
|
||||
"public": true
|
||||
},
|
||||
"SearchExchars": {
|
||||
"value": 60,
|
||||
"description": "The character limit for the description in search suggestion",
|
||||
"descriptionmsg": "citizen-config-searchexchars",
|
||||
"public": "true"
|
||||
"public": true
|
||||
}
|
||||
},
|
||||
"ConfigRegistry": {
|
||||
|
|
Loading…
Reference in a new issue