{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Indofarm.app",
  "short_name": "Indofarm",
  "description": "Pencatatan dan pengelolaan farm dalam satu tempat.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#3548E5",
  "lang": "id",
  "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": "Catatan Harian",
      "short_name": "Catatan",
      "url": "/operator/recording",
      "description": "Catat data harian dari lokasi kerja."
    },
    {
      "name": "Racik Pakan",
      "short_name": "Racik",
      "url": "/operator/mix",
      "description": "Catat proses racik pakan."
    }
  ]
}
