Files
rzen 57358797e1 Add playoff round view, game numbers, goal scorer notifications, standings
- Fetch NHL standings and surface league/season game counts in the menu bar
- Prefix regular-season rows with the league-wide game number (from gameId)
- New ROUND section shows each active playoff series (matchup, series score,
  next game number + time) derived from /v1/playoff-bracket; rows always open
  the NHL series page so completed series remain clickable
- Goal notifications include scorer sweater, abbreviated name, and strength
  (PPG/SHG/EN), resolved via /v1/gamecenter/{id}/play-by-play
- Drop the per-team filter submenu and NHLTeam enum
- Regenerate AppIcon with the full 10-size macOS set (alpha preserved) so
  notifications render the app icon correctly; rename the iOS marketing PNG
  to icon-ios-1024.png
- gitignore .claude/ local tooling settings
2026-04-18 21:51:27 -04:00

74 lines
1.4 KiB
JSON

{
"images": [
{
"filename": "icon-ios-1024.png",
"idiom": "universal",
"platform": "ios",
"size": "1024x1024"
},
{
"filename": "icon-mac-16.png",
"idiom": "mac",
"size": "16x16",
"scale": "1x"
},
{
"filename": "icon-mac-16@2x.png",
"idiom": "mac",
"size": "16x16",
"scale": "2x"
},
{
"filename": "icon-mac-32.png",
"idiom": "mac",
"size": "32x32",
"scale": "1x"
},
{
"filename": "icon-mac-32@2x.png",
"idiom": "mac",
"size": "32x32",
"scale": "2x"
},
{
"filename": "icon-mac-128.png",
"idiom": "mac",
"size": "128x128",
"scale": "1x"
},
{
"filename": "icon-mac-128@2x.png",
"idiom": "mac",
"size": "128x128",
"scale": "2x"
},
{
"filename": "icon-mac-256.png",
"idiom": "mac",
"size": "256x256",
"scale": "1x"
},
{
"filename": "icon-mac-256@2x.png",
"idiom": "mac",
"size": "256x256",
"scale": "2x"
},
{
"filename": "icon-mac-512.png",
"idiom": "mac",
"size": "512x512",
"scale": "1x"
},
{
"filename": "icon-mac-512@2x.png",
"idiom": "mac",
"size": "512x512",
"scale": "2x"
}
],
"info": {
"author": "xcode",
"version": 1
}
}