{
  "name": "PrairieOps",
  "short_name": "PrairieOps",
  "description": "Farm operations management for Western Canada",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#141414",
  "theme_color": "#141414",
  "lang": "en-CA",
  "icons": [
    {
      "src": "images/prairieops-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/prairieops-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "business"],
  "shortcuts": [
    {
      "name": "Task Board",
      "short_name": "Board",
      "description": "Open the task board",
      "url": "./index.html#boards",
      "icons": [
        {
          "src": "images/prairieops-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Approval Queues",
      "short_name": "Queues",
      "description": "Open approval queues",
      "url": "./index.html#queues",
      "icons": [
        {
          "src": "images/prairieops-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
