Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kofigumbs committed Mar 6, 2023
1 parent a040861 commit 37ef174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The JSON configuration uses the following top-level fields:
| `tabs` | Array (Required) | Titles and URLs of tabs for this app |
| `windowed` | Boolean (Optional, default `false`) | Start the app with each tab in its own window |
| `alwaysNotify` | Boolean (Optional, default `false`) | Show macOS notifications even if your app is currently focused |
| `alwaysOnTop` | Boolean (Optional, default `false`) | Position this app's window on top of all others |
| `openNewWindowsWith` | String (Optional, macOS 10.15+) | Override system default browser for external links — value is a _bundle identifier_ like `com.apple.Safari`, `com.google.Chrome`, or `com.mozilla.firefox` |
| `openNewWindowsInBackground` | Boolean (Optional, default `false`, macOS 10.15+) | Determines if browser app becomes active when opening external links |

Expand Down Expand Up @@ -112,6 +113,7 @@ Here's a fancier example that uses the optional fields referenced above:
],
"windowed": true,
"alwaysNotify": true,
"alwaysOnTop": true,
"openNewWindowsWith": "com.apple.Safari",
"openNewWindowsInBackground": true
}
Expand Down

0 comments on commit 37ef174

Please sign in to comment.