{
  "name": "Kormik OS",
  "short_name": "Kormik",
  "description": "Bangladesh's Labour Operating System — internal cockpit for the Kormik founding team.",
  "lang": "en",
  "dir": "ltr",
  "scope": "./",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A10",
  "theme_color": "#0A0A10",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Day",
      "short_name": "Today",
      "description": "Open today's assigned tasks",
      "url": "./index.html?go=myday",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Add",
      "short_name": "Add",
      "description": "Quick add task / idea / expense",
      "url": "./index.html?go=add",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
