{
  "name": "PrintPressPro",
  "short_name": "PrintPressPro",
  "description": "Print shop management for Nigerian businesses",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F2F0E9",
  "theme_color": "#2E4036",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "New Job",
      "short_name": "New Job",
      "url": "/jobs?new=1",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity"]
}
