{
  "name": "Chinyama - the livestock marketplace",
  "short_name": "Chinyama",
  "description": "Post the cattle you hold or the cattle you need. A person makes the introduction.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#182A21",
  "theme_color": "#182A21",
  "lang": "en",
  "categories": [
    "business",
    "agriculture",
    "productivity"
  ],
  "icons": [
    {
      "src": "./assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "List livestock",
      "url": "./list/index.html"
    },
    {
      "name": "Post a requirement",
      "url": "./requirement/index.html"
    },
    {
      "name": "The board",
      "url": "./corridors/index.html"
    }
  ]
}