mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-03-15 04:11:22 +00:00
Increased resolution, and added warning to README
This commit is contained in:
parent
f32328184e
commit
ab6a929add
2 changed files with 5 additions and 4 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
Amtrak Status Boards, or AMTK Status, is a desktop front-end for accessing Dixieland Software's [station status boards](https://dixielandsoftware.net/Amtrak/solari/).
|
||||
|
||||
**WARNING: RESOLUTION IS LARGE.**
|
||||
|
||||
## Background
|
||||
|
||||
This was intended to solve a rather awkward dilemma. While I much prefer PWAs, I used to have a bunch of standalone web apps for stations that I view on Virtual Railfan. This front-end was intended to solve that dilemma by accessing all stations from a single application using a modern, cleaner interface.
|
||||
|
|
|
@ -21,10 +21,9 @@
|
|||
"windows": [
|
||||
{
|
||||
"title": "Amtrak Status Boards",
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"width": 1400,
|
||||
"height": 768
|
||||
"width": 1450,
|
||||
"height": 950
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
@ -33,7 +32,7 @@
|
|||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"identifier": "com.tpaw.amtk",
|
||||
"identifier": "com.tpaw.amtkstat",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
|
Loading…
Add table
Reference in a new issue