{
  "name": "FieldBook",
  "short_name": "FieldBook",
  "description": "Farm equipment sharing for the Inverness Victoria Federation of Agriculture",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#3D5A3E",
  "background_color": "#FAF8F5",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide",
      "label": "FieldBook equipment list on desktop"
    },
    {
      "src": "/screenshot-narrow.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "FieldBook equipment list on mobile"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+fieldbook",
      "url": "/%s"
    }
  ],
  "shortcuts": [
    {
      "name": "Equipment",
      "short_name": "Equipment",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Activity",
      "short_name": "Activity",
      "url": "/activities",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "/profile",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
