17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"id": "com.mosis.home",
|
|
"name": "Home",
|
|
"version": "1.0.0",
|
|
"version_code": 1,
|
|
"entry": "home.rml",
|
|
"icon": "../../icons/home.tga",
|
|
"description": "Mosis home screen and app launcher",
|
|
"developer": {
|
|
"name": "Mosis Team",
|
|
"email": "dev@mosis.dev"
|
|
},
|
|
"is_system_app": true,
|
|
"permissions": [],
|
|
"min_api_version": 1
|
|
}
|