mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-03-21 22:32:19 +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/).
|
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
|
## 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.
|
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": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "Amtrak Status Boards",
|
"title": "Amtrak Status Boards",
|
||||||
"fullscreen": false,
|
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"width": 1400,
|
"width": 1450,
|
||||||
"height": 768
|
"height": 950
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"security": {
|
"security": {
|
||||||
|
@ -33,7 +32,7 @@
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": "all",
|
||||||
"identifier": "com.tpaw.amtk",
|
"identifier": "com.tpaw.amtkstat",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue