{
  "name": "FS25 Farm Companion",
  "short_name": "FS25 Companion",
  "description": "Live in-game clock sync, crop calendar, field tracker, and task reminders for Farming Simulator 25.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sync Clock",
      "short_name": "Sync",
      "description": "Update the in-game clock anchor",
      "url": "/?action=sync",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Add Task",
      "short_name": "Add Task",
      "description": "Add a new task or reminder",
      "url": "/?action=add-task",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
