mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 21:37:19 +00:00
Improve desktop usability by adding native-like window controls, fixing mini-window state sync to avoid repeated transition playback, and regenerating Tauri app icons from the new Star logo asset. Made-with: Cursor
17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "Default capabilities for the desktop pet",
|
|
"windows": ["main", "mini"],
|
|
"remote": {
|
|
"urls": [
|
|
"http://127.0.0.1:*",
|
|
"http://localhost:*"
|
|
]
|
|
},
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-close",
|
|
"core:window:allow-set-size"
|
|
]
|
|
}
|