{
  "id": "/",
  "name": "Startup Board",
  "short_name": "Startup Board",
  "description": "Polk Mechanical's review board for the equipment schedules harvested from each job's contract drawings.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "en",
  "background_color": "#0c1015",
  "theme_color": "#15181e",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Projects", "short_name": "Projects", "description": "Every job the harvester covers, sorted by what needs attention", "url": "/", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Runs", "short_name": "Runs", "description": "Is the pipeline healthy?", "url": "/runs", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
