{
  "name": "Kontraktr",
  "short_name": "Kontraktr",
  "description": "Screen print shop management — jobs, quotes, invoicing, and production tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "/",
  "screenshots": [
    {
      "src": "/assets/pwa/screenshot-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Kontrol Dashboard — Jobs, invoices, and production at a glance"
    },
    {
      "src": "/assets/pwa/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Kontrol Mobile — Manage your shop from anywhere"
    }
  ],
  "shortcuts": [
    {
      "name": "Production Queue",
      "short_name": "Queue",
      "url": "/queue",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Jobs",
      "short_name": "Jobs",
      "url": "/jobs",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/calendar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
