Add app icon and app glances support (to balance out icon lol)
This commit is contained in:
18
package.json
18
package.json
@@ -32,6 +32,14 @@
|
||||
"projectType": "native",
|
||||
"resources": {
|
||||
"media": [
|
||||
{
|
||||
"file": "logo_25.png",
|
||||
"memoryFormat": "Smallest",
|
||||
"name": "LOGO_25",
|
||||
"spaceOptimization": "storage",
|
||||
"type": "bitmap",
|
||||
"menuIcon": true
|
||||
},
|
||||
{
|
||||
"type": "raw",
|
||||
"name": "SLEEP_ICON",
|
||||
@@ -40,15 +48,7 @@
|
||||
{
|
||||
"type": "raw",
|
||||
"name": "PIN_ICON",
|
||||
"file": "pin.pdc",
|
||||
"targetPlatforms": [
|
||||
"basalt",
|
||||
"diorite",
|
||||
"chalk",
|
||||
"flint",
|
||||
"emery",
|
||||
"gabbro"
|
||||
]
|
||||
"file": "pin.pdc"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user