mirror of
https://github.com/nasa/openmct.git
synced 2024-12-28 08:58:52 +00:00
13 lines
256 B
JSON
13 lines
256 B
JSON
|
{
|
||
|
"name": "Mobile",
|
||
|
"description": "Allows elements with pertinence to mobile usage and development",
|
||
|
"extensions": {
|
||
|
"stylesheets": [
|
||
|
{
|
||
|
"stylesheetUrl": "css/mobile-example.css",
|
||
|
"priority": "mandatory"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|