{
  "name": "Kiziba Piggery Project",
  "short_name": "Kiziba",
  "description": "Farm management system for the Kiziba Piggery Project",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "browser"
  ],
  "dir": "ltr",
  "background_color": "#2c1a0e",
  "theme_color": "#2c1a0e",
  "orientation": "portrait-primary",
  "lang": "en",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "categories": [
    "productivity",
    "business"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "note_taking": {
    "new_note_url": "/?action=new-note"
  },
  "protocol_handlers": [
    {
      "protocol": "web+kiziba",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "Kiziba Summary",
      "short_name": "Kiziba",
      "description": "Quick farm summary widget",
      "tag": "kiziba-summary",
      "ms_ac_template": "widgets/summary.json",
      "data": "widgets/summary-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "screenshots/widget.png",
          "sizes": "600x400",
          "label": "Kiziba summary widget"
        }
      ],
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [
          ".csv"
        ],
        "application/pdf": [
          ".pdf"
        ]
      }
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://kizibapiggery.pages.dev"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the main dashboard",
      "url": "/",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pig Inventory",
      "short_name": "Pigs",
      "description": "View and manage pig inventory",
      "url": "/?page=pigs",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Finance",
      "short_name": "Finance",
      "description": "View income and expenses",
      "url": "/?page=finance",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [],
  "icons": [
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}