{
  "name": "CoordOS — Office in your pocket",
  "short_name": "CoordOS",
  "description": "Your office, in your pocket. Bookkeeping, takeoffs, scheduling, daily logs.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#0b0b0c",
  "theme_color": "#0b0b0c",
  "orientation": "portrait-primary",
  "icons": [
    {"src": "/coordos-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"},
    {"src": "/coordos-icon-192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png"}
  ],
  "shortcuts": [
    {"name": "Talk to Oliver", "short_name": "Oliver", "url": "/?tab=home&oliver=open"},
    {"name": "New daily log", "url": "/?tab=daily-logs&new=1"},
    {"name": "Photos", "url": "/?tab=photos"}
  ]
}
